Returns a collection of relationships that the Table participates in. An overload is available to restrict the returned relationships by role.

Overload List

  NameDescription
GetTableRelationships()()()
Returns a collection containing all the relationships that the Table participates in.
GetTableRelationships(TableRelationshipRole)
Returns a collection containing relationships that the Table participates in for the specified role.
GetTableRelationships(TableRelationshipRole, TableRelationshipType)
Returns an enumeration containing relationships that the Table participates in for a given role and type.

See Also