BaseDAL(T).getCount Method (Where`1(T))

DCSoft.DBUtilityGeneric

BaseDALTgetCount Method (Where`1T)
有条件获取总记录数

Namespace: DCSoft.DBUtilityGeneric.DAL
Assembly: DCSoft.DBUtilityGeneric (in DCSoft.DBUtilityGeneric.dll) Version: 0.0.0.0
Syntax
C#
public int getCount(
	Where<T> where
)

Parameters

where
Type: WhereT
条件

Return Value

Type: Int32

[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.getCount(Dos.ORM.Where{`0})"]

See Also