Knight Data Access Layer
GetTableNameMap Method (IAutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > IAutoMap Interface : GetTableNameMap Method
The name of the table
Get a map for a specified table name
Syntax
Function GetTableNameMap( _
   ByVal tableName As String _
) As Table
Dim instance As IAutoMap
Dim tableName As String
Dim value As Table
 
value = instance.GetTableNameMap(tableName)
Table GetTableNameMap( 
   string tableName
)
Table* GetTableNameMap( 
   string* tableName
) 
Table^ GetTableNameMap( 
   String^ tableName
) 

Parameters

tableName
The name of the table
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