Click or drag to resize
DbFactoryGetCount Method
Overload List
  NameDescription
Public methodGetCount(String)
获取指定语句第一行第一例的Int类型数据
Public methodGetCount(DbEntity)
获取指定对象的记录数
Public methodGetCount(String, Boolean)
获取指定语句第一行第一例的Int类型数据
Public methodGetCount(String, String)
根据表与条件返回一个COUNT值
Public methodGetCount(DbEntity, String)
获取指定对象的记录数
Top
See Also