DbFactoryGetListsT Method (String) |
返回一个数据对象集
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic virtual List<T>[] GetLists<T>(
string sqlString
)
where T : IDbEntity
Public Overridable Function GetLists(Of T As IDbEntity) (
sqlString As String
) As List(Of T)()
public:
generic<typename T>
where T : IDbEntity
virtual array<List<T>^>^ GetLists(
String^ sqlString
)
abstract GetLists :
sqlString : string -> List<'T>[] when 'T : IDbEntity
override GetLists :
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.DbFactory.GetLists``1(System.String)"]
Implements
IDbFactoryGetListsT(String)
See Also