Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns an object representing a collection of all foreign key column pairs maintained by the relationship.

Syntax

Code Block
languagevb
Public Function FKColumnPairs() As FKColumnPairs

Example

Dim MyRelationship As Relationship

...