Data Port Sync 1.0.500

JetForeignKeyCollection. Method 

[This is preliminary documentation and subject to change.]

Adds a new JetForeignKey object to the collection.

[Visual Basic]
Public Sub ( _
   ByVal JetForeignKey As JetForeignKey _
)
[C#]
public void (
   JetForeignKey foreignKey
);

Parameters

JetForeignKey
The JetForeignKey object to add.

See Also

JetForeignKeyCollection Class | Primeworks.DataPortSync.Jet Namespace