I've tried every template for generatin nHiberate with Firebird and the results are the same.
[Serializable]
public sealed class BatchSour
{
#region Default ( Empty ) Class Constuctor
/// <summary>
/// default constructor
/// </summary>
public BatchSour()
{
}
#endregion // End of Default ( Empty ) Class Constuctor
}
The columns are missing and the class names are truncated or the columns are there, but the data types are Unknown.
