ArcFM Responder Mobile Developer Guide
GetRepresents(DataRelation) Method






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

Parameters

dataRelation
The DataRelation for which to get the represents.

Return Value

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