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

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual List<T>[] GetLists<T>(
	string sqlString
)
where T : IDbEntity

Parameters

sqlString
Type: SystemString
查询语句

Type Parameters

T
对象类型

Return Value

Type: ListT

[Missing <returns> documentation for "M:Adf.Db.DbFactory.GetLists``1(System.String)"]

Implements

IDbFactoryGetListsT(String)
See Also