ArcFM Responder Mobile Developer Guide
IsConfigured(DataTable) Method






The table to check.
Determines if this table is configured in the dataset configuration XML.
Syntax
'Declaration
 
Public Overloads Shared Function IsConfigured( _
   ByVal dataTable As System.Data.DataTable _
) As System.Boolean
'Usage
 
Dim dataTable As System.Data.DataTable
Dim value As System.Boolean
 
value = DataSetConfig.IsConfigured(dataTable)
public static System.bool IsConfigured( 
   System.Data.DataTable dataTable
)
public function IsConfigured( 
    dataTable: System.Data.DataTable
): System.Boolean; static; 
public static function IsConfigured( 
   dataTable : System.Data.DataTable
) : System.boolean;
public: static System.bool IsConfigured( 
   System.Data.DataTable* dataTable
) 
public:
static System.bool IsConfigured( 
   System.Data.DataTable^ dataTable
) 

Parameters

dataTable
The table to check.
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

DataSetConfig Class
DataSetConfig Members
Overload List

Send Feedback