IDbFactoryGetListsT Method (DbEntity, String) |
返回一个多数据对象集
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
SyntaxList<T>[] GetLists<T>(
DbEntity entity,
string storedProcedure
)
where T : IDbEntity
Function GetLists(Of T As IDbEntity) (
entity As DbEntity,
storedProcedure As String
) As List(Of T)()
generic<typename T>
where T : IDbEntity
array<List<T>^>^ GetLists(
DbEntity^ entity,
String^ storedProcedure
)
abstract GetLists :
entity : DbEntity *
storedProcedure : string -> List<'T>[] when 'T : IDbEntity
Parameters
- entity
- Type: Adf.DbDbEntity
查询条件对象 - storedProcedure
- Type: SystemString
存储过程名
Type Parameters
- T
- 对象类型
Return Value
Type:
ListT[Missing <returns> documentation for "M:Adf.Db.IDbFactory.GetLists``1(Adf.Db.DbEntity,System.String)"]
See Also