Merge branch 'feature_rene_13_dakota' of ssh://float.ownsoft.de/git/beyondSoft/BeWo

This commit is contained in:
2024-11-14 17:39:35 +01:00
48 changed files with 1288 additions and 865 deletions

View File

@@ -266,5 +266,9 @@ namespace BeWo.Data.Access
return obj;
}
public virtual int GetRowCount<T>() where T : BeWoEntityBase
{
return Session.QueryOver<T>().RowCount();
}
}
}