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