DbFactoryGetCount Method |
Name | Description | |
---|---|---|
![]() | GetCount(String) |
获取指定语句第一行第一例的Int类型数据
|
![]() | GetCount(DbEntity) |
获取指定对象的记录数
|
![]() | GetCount(String, Boolean) |
获取指定语句第一行第一例的Int类型数据
|
![]() | GetCount(String, String) |
根据表与条件返回一个COUNT值
|
![]() | GetCount(DbEntity, String) |
获取指定对象的记录数
|