| 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
Public Shared Function ExecuteList(Of T As {New, DbObject}) (
sql As String
) As List(Of T)
Parameters
- sql
- Type: SystemString
Type Parameters
- T
Return Value
Type:
ListTSee Also