Miner.Geodatabase.FeederManager Namespace > JoinTableResolver Class > IsJoinedTable Method : IsJoinedTable(IDataset) Method |
'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 )
true
if the given dataset is a joined table; otherwise, false
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