Overloads Function Load( _ ByVal tableName As String, _ ByVal columnName As String, _ ByVal columnValue As Object _ ) As List(Of Dictionary(Of String,Object))
Dim instance As IDataHelper Dim tableName As String Dim columnName As String Dim columnValue As Object Dim value As List(Of Dictionary(Of String,Object)) value = instance.Load(tableName, columnName, columnValue)
Parameters
- tableName
- The table name
- columnName
- The where column name
- columnValue
- The where column value
Return Value
A list of dictionary records