 
            | Miner.Geodatabase.FeederManager Namespace > JoinTableResolver Class > IsJoinedTable Method : IsJoinedTable(IDataset) Method | 
'DeclarationPublic Overloads Shared Function IsJoinedTable( _ ByVal dataset As ESRI.ArcGIS.Geodatabase.IDataset _ ) As System.Boolean
'UsageDim 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 )
true if the given dataset is a joined table; otherwise, falseTarget 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