Returns a relationship configuration object corresponding to a pair of source and destination table names, if such a relationship is configured.
public RelationshipConfig GetRelationship(
string ,
string
)
'Declaration
Public Function GetRelationship( _
ByVal As String, _
ByVal 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)
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.
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.