'Declaration Public Overloads Overridable Function Load( _ ByVal sql As System.String, _ ByVal parameters As System.Collections.Generic.Dictionary(Of String,Object) _ ) As System.Collections.Generic.List(Of Dictionary(Of String,Object))
'Usage Dim instance As BaseDatabaseProvider Dim sql As System.String Dim parameters As System.Collections.Generic.Dictionary(Of String,Object) Dim value As System.Collections.Generic.List(Of Dictionary(Of String,Object)) value = instance.Load(sql, parameters)
public virtual System.Collections.Generic.List<Dictionary<string,object>> Load( System.string sql, System.Collections.Generic.Dictionary<string,object> parameters )
public: virtual System.Collections.Generic.List<Dictionary<string*,Object*>*>* Load( System.string* sql, System.Collections.Generic.Dictionary<string*,Object*>* parameters )
public: virtual System.Collections.Generic.List<Dictionary<String^,Object^>^>^ Load( System.String^ sql, System.Collections.Generic.Dictionary<String^,Object^>^ parameters )
Parameters
- sql
- The SQL text to execute
- parameters
- The parameters to use for the where clause