Click or drag to resize
IDbFactoryGetListT Method (DbEntity)
返回一个数据对象集

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
List<T> GetList<T>(
	DbEntity entity
)
where T : IDbEntity

Parameters

entity
Type: Adf.DbDbEntity
查询条件对象

Type Parameters

T
对象类型

Return Value

Type: ListT

[Missing <returns> documentation for "M:Adf.Db.IDbFactory.GetList``1(Adf.Db.DbEntity)"]

See Also