Knight Data Access Layer
GetFirstStringColumn Method (AutoMap)




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

Parameters

table
Class to table mapping

Return Value

The first string column or string.Empty if nothing is found
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

AutoMap Class
AutoMap Members