ArcFM Responder Mobile Developer Guide
IsJoinedTable(IDataset) Method






The dataset.
Determines whether [the specified dataset] [is a joined table].
Syntax
'Declaration
 
Public Overloads Shared Function IsJoinedTable( _
   ByVal dataset As ESRI.ArcGIS.Geodatabase.IDataset _
) As System.Boolean
'Usage
 
Dim dataset As ESRI.ArcGIS.Geodatabase.IDataset
Dim value As System.Boolean
 
value = JoinTableResolver.IsJoinedTable(dataset)
public static System.bool IsJoinedTable( 
   ESRI.ArcGIS.Geodatabase.IDataset dataset
)
public function IsJoinedTable( 
    dataset: ESRI.ArcGIS.Geodatabase.IDataset
): System.Boolean; static; 
public static function IsJoinedTable( 
   dataset : ESRI.ArcGIS.Geodatabase.IDataset
) : System.boolean;
public: static System.bool IsJoinedTable( 
   ESRI.ArcGIS.Geodatabase.IDataset* dataset
) 
public:
static System.bool IsJoinedTable( 
   ESRI.ArcGIS.Geodatabase.IDataset^ dataset
) 

Parameters

dataset
The dataset.

Return Value

true if the given dataset is a joined table; otherwise, false
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

JoinTableResolver Class
JoinTableResolver Members
Overload List

Send Feedback