Public Overloads Function LoadFromSprocWithChildren(Of T As {Class, New})( _ ByVal storedProcedureName As String _ ) As List(Of T)
Dim instance As ObjectCrud Dim storedProcedureName As String Dim value As List(Of T) value = instance.LoadFromSprocWithChildren(Of T)(storedProcedureName)
public List<T> LoadFromSprocWithChildren<T>( string storedProcedureName ) where T: class, new()
public: List<T*>* LoadFromSprocWithChildren<T>( string* storedProcedureName ) where T: ref class, gcnew()
public: List<T^>^ LoadFromSprocWithChildrengeneric<typename T> ( String^ storedProcedureName ) where T: ref class, gcnew()
Parameters
- storedProcedureName
- The name of the stored procedure
Type Parameters
- T
- Generic class type