 | DbObject.ExecuteList<TCollection, T> Method (CommandBuilder) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static TCollection ExecuteList<TCollection, T>(
CommandBuilder commandBuilder
)
where TCollection : new(), List<T>
where T : new(), DbObject
Public Shared Function ExecuteList(Of TCollection As {New, List(Of T)}, T As {New, DbObject}) (
commandBuilder As CommandBuilder
) As TCollection
Parameters
- commandBuilder
- Type: Dynamicweb.Data.CommandBuilder
Type Parameters
- TCollection
- T
Return Value
Type:
TCollection
See Also