Knight Data Access Layer
Load Method (TableCrud)




KellermanSoftware.NetDataAccessLayer Namespace > TableCrud Class : Load Method
The name of the table
Column name in the database
The value of the column to search for
Get a list of records by the specified column
Syntax
Public Function Load( _
   ByVal tableName As String, _
   ByVal columnName As String, _
   ByVal columnValue As Object _
) As List(Of Dictionary(Of String,Object))
Dim instance As TableCrud
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 name of the table
columnName
Column name in the database
columnValue
The value of the column to search for
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TableCrud Class
TableCrud Members