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

DCSoft.DBUtilityGeneric

BaseDALTgetList Method (Where`1T)
获取条件查询列表

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

Parameters

where
Type: WhereT
查询条件

Return Value

Type: ListT

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

See Also