Click or drag to resize

DbObjectExecuteListTCollection, T Method (CommandBuilder)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static TCollection ExecuteList<TCollection, T>(
	CommandBuilder commandBuilder
)
where TCollection : new(), List<T>
where T : new(), DbObject

Parameters

commandBuilder
Type: Dynamicweb.DataCommandBuilder

Type Parameters

TCollection
T

Return Value

Type: TCollection
See Also