Overloads Function Load(Of T As {Class, New})( _ ByVal sql As String _ ) As List(Of T)
Dim instance As IObjectCrud Dim sql As String Dim value As List(Of T) value = instance.Load(Of T)(sql)
Parameters
- sql
- The SQL text to execute
Type Parameters
- T
- Generic class type