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

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
List<T>[] GetLists<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.GetLists``1(Adf.Db.DbEntity)"]

See Also