You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

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

Syntax

Public Function FKColumnPairs() As FKColumnPairs

Example

Dim MyRelationship As Relationship

Dim MyFKColumnPair As FKColumnPair 


For Each MyFKColumnPair In MyRelationship.FKColumnPairs


...

...

Next MyFKColumnPair


  • No labels