Responder Developer Guide
HasTable Method


Version: 10.2.1a

Resource Center Home

The dataset to search.
The represents name of the table.
Determines if a dataset contains a table for a given represents.
Syntax
'Declaration
 
Public Shared Function HasTable( _
   ByVal dataSet As DataSet, _
   ByVal tableRepresents As String _
) As Boolean
'Usage
 
Dim dataSet As DataSet
Dim tableRepresents As String
Dim value As Boolean
 
value = DataSetConfig.HasTable(dataSet, tableRepresents)
public static bool HasTable( 
   DataSet dataSet,
   string tableRepresents
)

Parameters

dataSet
The dataset to search.
tableRepresents
The represents 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