ArcFM Responder Mobile Developer Guide
HasRowCaption Method






The DataRow to check.
Determines if a row caption is defined for this row in the dataset configuration.
Syntax
'Declaration
 
Public Shared Function HasRowCaption( _
   ByVal dataTable As System.Data.DataTable _
) As System.Boolean
'Usage
 
Dim dataTable As System.Data.DataTable
Dim value As System.Boolean
 
value = DataSetConfig.HasRowCaption(dataTable)
public static System.bool HasRowCaption( 
   System.Data.DataTable dataTable
)
public function HasRowCaption( 
    dataTable: System.Data.DataTable
): System.Boolean; static; 
public static function HasRowCaption( 
   dataTable : System.Data.DataTable
) : System.boolean;
public: static System.bool HasRowCaption( 
   System.Data.DataTable* dataTable
) 
public:
static System.bool HasRowCaption( 
   System.Data.DataTable^ dataTable
) 

Parameters

dataTable
The DataRow 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

Send Feedback