ArcFM Responder Mobile Developer Guide
GetRepresents(DataRow) Method






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

Parameters

dataRow
The DataRow for which to get the represents.

Return Value

The represents 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
Overload List

Send Feedback