IDbFactoryGetListT Method (String) |
返回一个数据对象集
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
SyntaxList<T> GetList<T>(
string sqlString
)
where T : IDbEntity
Function GetList(Of T As IDbEntity) (
sqlString As String
) As List(Of T)
generic<typename T>
where T : IDbEntity
List<T>^ GetList(
String^ sqlString
)
abstract GetList :
sqlString : string -> List<'T> when 'T : IDbEntity
Parameters
- sqlString
- Type: SystemString
查询语句
Type Parameters
- T
- 对象类型
Return Value
Type:
ListT[Missing <returns> documentation for "M:Adf.Db.IDbFactory.GetList``1(System.String)"]
See Also