ArcFM Responder Mobile Developer Guide
GetCaption(DataRow) Method






The DataRow for which to get the table caption.
Gets the caption for the DataTable of this DataRow.
Syntax
'Declaration
 
Public Overloads Shared Function GetCaption( _
   ByVal dataRow As System.Data.DataRow _
) As System.String
'Usage
 
Dim dataRow As System.Data.DataRow
Dim value As System.String
 
value = DataSetConfig.GetCaption(dataRow)
public static System.string GetCaption( 
   System.Data.DataRow dataRow
)
public function GetCaption( 
    dataRow: System.Data.DataRow
): System.String; static; 
public static function GetCaption( 
   dataRow : System.Data.DataRow
) : System.String;
public: static System.string* GetCaption( 
   System.Data.DataRow* dataRow
) 
public:
static System.String^ GetCaption( 
   System.Data.DataRow^ dataRow
) 

Parameters

dataRow
The DataRow for which to get the table caption.

Return Value

The caption for the table of the this DataRow.
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