Knight Data Access Layer
LoadOne(String) Method




KellermanSoftware.NetDataAccessLayer Namespace > IDataHelper Interface > LoadOne Method : LoadOne(String) Method
The table name to use
Load the first record in a table and return a dictionary of columns or null if there are no records.
Syntax
Overloads Function LoadOne( _
   ByVal tableName As String _
) As Dictionary(Of String,Object)
Dim instance As IDataHelper
Dim tableName As String
Dim value As Dictionary(Of String,Object)
 
value = instance.LoadOne(tableName)

Parameters

tableName
The table name to use

Return Value

Dictionary of columns
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

IDataHelper Interface
IDataHelper Members
Overload List