Responder Developer Guide
GetColumnNameFromPhysicalTableName Method


Version: 10.2.1a

Resource Center Home

Name of the table.
The column represents name.
Gets the name of a column from the physical table name and column represents name.
Syntax
'Declaration
 
Public Function GetColumnNameFromPhysicalTableName( _
   ByVal tableName As String, _
   ByVal columnRepresents As String _
) As String
'Usage
 
Dim instance As DataSetConfig
Dim tableName As String
Dim columnRepresents As String
Dim value As String
 
value = instance.GetColumnNameFromPhysicalTableName(tableName, columnRepresents)
public string GetColumnNameFromPhysicalTableName( 
   string tableName,
   string columnRepresents
)

Parameters

tableName
Name of the table.
columnRepresents
The column represents name.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment