Responder Developer Guide
GetRelationship Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The name of the source table in a relationship.
The name of the destination table in a relationship.
Returns a relationship configuration object corresponding to a pair of source and destination table names, if such a relationship is configured.
Syntax
'Declaration
 
Public Function GetRelationship( _
   ByVal sourceTableName As String, _
   ByVal destTableName As String _
) As RelationshipConfig
'Usage
 
Dim instance As DataSetConfig
Dim sourceTableName As String
Dim destTableName As String
Dim value As RelationshipConfig
 
value = instance.GetRelationship(sourceTableName, destTableName)
public RelationshipConfig GetRelationship( 
   string sourceTableName,
   string destTableName
)

Parameters

sourceTableName
The name of the source table in a relationship.
destTableName
The name of the destination table in a relationship.

Return Value

A relationship configuration object.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment