Overloads Function Load( _ ByVal sql As String, _ ByVal parameters As Dictionary(Of String,Object) _ ) As List(Of Dictionary(Of String,Object))
Dim instance As IDatabaseProvider Dim sql As String Dim parameters As Dictionary(Of String,Object) Dim value As List(Of Dictionary(Of String,Object)) value = instance.Load(sql, parameters)
Parameters
- sql
- The SQL text to execute
- parameters
- The parameters to use for the where clause