Public Overloads Function LoadFromSproc( _ ByVal storedProcedure As String, _ ByVal nameValueParameters As IEnumerable(Of Object) _ ) As List(Of Dictionary(Of String,Object))
Dim instance As DataHelper Dim storedProcedure As String Dim nameValueParameters As IEnumerable(Of Object) Dim value As List(Of Dictionary(Of String,Object)) value = instance.LoadFromSproc(storedProcedure, nameValueParameters)
public List<Dictionary<string,object>> LoadFromSproc( string storedProcedure, IEnumerable<object> nameValueParameters )
public: List<Dictionary<string*,Object*>*>* LoadFromSproc( string* storedProcedure, IEnumerable<Object*>* nameValueParameters )
public: List<Dictionary<String^,Object^>^>^ LoadFromSproc( String^ storedProcedure, IEnumerable<Object^>^ nameValueParameters )
Parameters
- storedProcedure
- The stored procedure to execute
- nameValueParameters
- Parameters to pass into the stored procedure
Return Value
A list of dictionary records