Click or drag to resize

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

Parameters

sql
Type: SystemString

Type Parameters

TCollection
T

Return Value

Type: TCollection
See Also