 | DbObject.ExecuteList<T> Method (String) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic 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: System.String
Type Parameters
- T
Return Value
Type:
List<T>
See Also