Data Port Sync 1.0.500

SqlCeForeignKeyCollection. Method 

[This is preliminary documentation and subject to change.]

Adds a SqlCeForeignKey object to the collection.

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

Parameters

SqlCeForeignKey
SqlCeForeignKey object.

See Also

SqlCeForeignKeyCollection Class | Primeworks.DesktopSqlCe Namespace