| DbObjectExecuteListTCollection, T Method (String) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public static TCollection ExecuteList<TCollection, T>(
string sql
)
where TCollection : new(), List<T>
where T : new(), DbObject
Public Shared Function ExecuteList(Of TCollection As {New, List(Of T)}, T As {New, DbObject}) (
sql As String
) As TCollection
Parameters
- sql
- Type: SystemString
Type Parameters
- TCollection
- T
Return Value
Type:
TCollectionSee Also