ArcFM Responder Mobile Developer Guide
GetRowCaption Method






The DataRow for which to get the caption.
Gets the caption for a DataRow.
Syntax
'Declaration
 
Public Function GetRowCaption( _
   ByVal dataRow As System.Data.DataRow _
) As System.String
'Usage
 
Dim instance As DataSetConfig
Dim dataRow As System.Data.DataRow
Dim value As System.String
 
value = instance.GetRowCaption(dataRow)
public System.string GetRowCaption( 
   System.Data.DataRow dataRow
)
public function GetRowCaption( 
    dataRow: System.Data.DataRow
): System.String; 
public function GetRowCaption( 
   dataRow : System.Data.DataRow
) : System.String;
public: System.string* GetRowCaption( 
   System.Data.DataRow* dataRow
) 
public:
System.String^ GetRowCaption( 
   System.Data.DataRow^ dataRow
) 

Parameters

dataRow
The DataRow for which to get the caption.

Return Value

The caption for 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

Send Feedback