public RelationshipDescription( RelationshipClass relationshipClass, RowHandle origin, RowHandle destination, IReadOnlyDictionary<string,object> attributes )
Public Function New( _ ByVal relationshipClass As RelationshipClass, _ ByVal origin As RowHandle, _ ByVal destination As RowHandle, _ Optional ByVal attributes As IReadOnlyDictionary(Of String,Object) _ )
Parameters
- relationshipClass
- The RelationshipClass representing an association between two tables in a geodatabase.
- origin
- the RowHandle of the row in the origin table.
- destination
- the RowHandle of the row in the destination table.
- attributes
- (Optional) The attributes to assign the new row in the attributed relationship table.