ArcFM Responder Mobile Developer Guide
GetTableName Method (DataSetConfig)






The represents for a table.
Returns the name of a table corresponding to a represents.
Syntax
'Declaration
 
Public Function GetTableName( _
   ByVal tableRepresents As System.String _
) As System.String
'Usage
 
Dim instance As DataSetConfig
Dim tableRepresents As System.String
Dim value As System.String
 
value = instance.GetTableName(tableRepresents)
public System.string GetTableName( 
   System.string tableRepresents
)
public function GetTableName( 
    tableRepresents: System.String
): System.String; 
public function GetTableName( 
   tableRepresents : System.String
) : System.String;
public: System.string* GetTableName( 
   System.string* tableRepresents
) 
public:
System.String^ GetTableName( 
   System.String^ tableRepresents
) 

Parameters

tableRepresents
The represents for a table.

Return Value

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

DataSetConfig Class
DataSetConfig Members

Send Feedback