Public Overloads Overridable Function Load( _ ByVal tableName As String, _ ByVal columnName As String, _ ByVal columnValue As Object _ ) As List(Of Dictionary(Of String,Object))
Dim instance As DataHelper 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)
public virtual List<Dictionary<string,object>> Load( string tableName, string columnName, object columnValue )
public: virtual List<Dictionary<string*,Object*>*>* Load( string* tableName, string* columnName, Object* columnValue )
public: virtual List<Dictionary<String^,Object^>^>^ Load( String^ tableName, String^ columnName, Object^ columnValue )
Parameters
- tableName
- The table name
- columnName
- The where column name
- columnValue
- The where column value
Return Value
A list of dictionary records