ArcFM Responder Mobile Developer Guide
GetDomain(String,String) Method






The represents for a table.
The represents for a column.
Returns a domain corresponding to a column in a table. The properties of the DomainPair objects correspond with the attributes of DomainPair elements in the config XML.
Syntax
'Declaration
 
Public Overloads Function GetDomain( _
   ByVal tableRepresents As System.String, _
   ByVal columnRepresents As System.String _
) As Domain
'Usage
 
Dim instance As DataSetConfig
Dim tableRepresents As System.String
Dim columnRepresents As System.String
Dim value As Domain
 
value = instance.GetDomain(tableRepresents, columnRepresents)
public Domain GetDomain( 
   System.string tableRepresents,
   System.string columnRepresents
)
public function GetDomain( 
    tableRepresents: System.String;
    columnRepresents: System.String
): Domain; 
public function GetDomain( 
   tableRepresents : System.String,
   columnRepresents : System.String
) : Domain;
public: Domain* GetDomain( 
   System.string* tableRepresents,
   System.string* columnRepresents
) 
public:
Domain^ GetDomain( 
   System.String^ tableRepresents,
   System.String^ columnRepresents
) 

Parameters

tableRepresents
The represents for a table.
columnRepresents
The represents for a column.

Return Value

A domain object.
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