The properties of the SqlCeForeignKey class are listed below. For a complete list of SqlCeForeignKey class members, see the SqlCeForeignKey Members topic.
CreateCommand | Gets the SQL ALTER TABLE ADD CONSTRAINT FOREIGN KEY |
DropCommand | Gets the SQL ALTER TABLE DROP CONSTRAINT command. |
FKColumns | Gets the list of the columns in this constraint. |
Name | Gets the foreign key name. |
OnDelete | Gets the ON DELETE rule. |
OnUpdate | Gets the ON UPDATE rule. |
PKColumns | Gets the list of the related columns. |
RefTable | Gets the referenced table. |
Table | Gets the containing table. |
SqlCeForeignKey Class | Primeworks.DesktopSqlCe Namespace