ArcFM Responder Mobile Developer Guide
GetRepresents(DataTable) Method






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

Parameters

dataTable
The DataTable for which to get the represents.

Return Value

The represents for this DataTable.
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