Responder Developer Guide
GetTable Method


Version: 10.2.1a

Resource Center Home

The dataset containing the table.
The represents name of the table.
Returns the table in the dataset defined by its represents.
Syntax
'Declaration
 
Public Shared Function GetTable( _
   ByVal dataSet As DataSet, _
   ByVal tableRepresents As String _
) As DataTable
'Usage
 
Dim dataSet As DataSet
Dim tableRepresents As String
Dim value As DataTable
 
value = DataSetConfig.GetTable(dataSet, tableRepresents)
public static DataTable GetTable( 
   DataSet dataSet,
   string tableRepresents
)

Parameters

dataSet
The dataset containing the table.
tableRepresents
The represents name of the table.

Return Value

The DataTable having the represents name specified.
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