Click or drag to resize

DbObjectExecuteListT Method (String)

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

Parameters

sql
Type: SystemString

Type Parameters

T

Return Value

Type: ListT
See Also