Knight Data Access Layer
GetFirstStringColumn Method (IAutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > IAutoMap Interface : GetFirstStringColumn Method
Class to table mapping
Get the first string column in the table
Syntax
Function GetFirstStringColumn( _
   ByVal table As Table _
) As String
Dim instance As IAutoMap
Dim table As Table
Dim value As String
 
value = instance.GetFirstStringColumn(table)
string GetFirstStringColumn( 
   Table table
)
string* GetFirstStringColumn( 
   Table* table
) 
String^ GetFirstStringColumn( 
   Table^ table
) 

Parameters

table
Class to table mapping
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

IAutoMap Interface
IAutoMap Members