Responder Developer Guide
GetTableName Method


Version: 10.2.1a

Resource Center Home

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

Parameters

tableRepresents
The represents for a table.

Return Value

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