Merge branch 'feature_rene_13_dakota' of ssh://float.ownsoft.de/git/beyondSoft/BeWo
This commit is contained in:
@@ -266,5 +266,9 @@ namespace BeWo.Data.Access
|
||||
return obj;
|
||||
}
|
||||
|
||||
public virtual int GetRowCount<T>() where T : BeWoEntityBase
|
||||
{
|
||||
return Session.QueryOver<T>().RowCount();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user