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

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual List<T> GetList<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.GetList``1(System.String)"]

Implements

IDbFactoryGetListT(String)
See Also