ArcFM Responder Mobile Developer Guide
GetColumnNameFromPhysicalTableName Method






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 System.String, _
   ByVal columnRepresents As System.String _
) As System.String
'Usage
 
Dim instance As DataSetConfig
Dim tableName As System.String
Dim columnRepresents As System.String
Dim value As System.String
 
value = instance.GetColumnNameFromPhysicalTableName(tableName, columnRepresents)
public System.string GetColumnNameFromPhysicalTableName( 
   System.string tableName,
   System.string columnRepresents
)
public function GetColumnNameFromPhysicalTableName( 
    tableName: System.String;
    columnRepresents: System.String
): System.String; 
public function GetColumnNameFromPhysicalTableName( 
   tableName : System.String,
   columnRepresents : System.String
) : System.String;
public: System.string* GetColumnNameFromPhysicalTableName( 
   System.string* tableName,
   System.string* columnRepresents
) 
public:
System.String^ GetColumnNameFromPhysicalTableName( 
   System.String^ tableName,
   System.String^ columnRepresents
) 

Parameters

tableName
Name of the table.
columnRepresents
The column represents name.
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

DataSetConfig Class
DataSetConfig Members

Send Feedback