Knight Data Access Layer
GetTableNameMap Method (AutoMap)




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

Parameters

tableName
The name of the table
Remarks
Used for creating a class from a 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

AutoMap Class
AutoMap Members