Data Port Sync 1.0.500

SqlCeForeignKeyCollection. Method 

[This is preliminary documentation and subject to change.]

Checks whether a given foreign key exists in the collection.

[Visual Basic]
Public Function ( _
   ByVal String As String _
) As Boolean
[C#]
public bool (
   String strForKeyName
);

Parameters

String
Foreign key name.

Return Value

true if the foreign key exists, otherwise false

See Also

SqlCeForeignKeyCollection Class | Primeworks.DesktopSqlCe Namespace