Public Function GetRecordsFromSproc( _ ByVal storedProcedureName As String, _ ByVal parameters As Dictionary(Of String,Object) _ ) As List(Of Dictionary(Of String,Object))
Dim instance As NullStoredProcedureProvider Dim storedProcedureName As String Dim parameters As Dictionary(Of String,Object) Dim value As List(Of Dictionary(Of String,Object)) value = instance.GetRecordsFromSproc(storedProcedureName, parameters)
public List<Dictionary<string,object>> GetRecordsFromSproc( string storedProcedureName, Dictionary<string,object> parameters )
public: List<Dictionary<string*,Object*>*>* GetRecordsFromSproc( string* storedProcedureName, Dictionary<string*,Object*>* parameters )
public: List<Dictionary<String^,Object^>^>^ GetRecordsFromSproc( String^ storedProcedureName, Dictionary<String^,Object^>^ parameters )
Parameters
- storedProcedureName
- The name of the stored procedure
- parameters
- The parameters to use for the stored procedure