FKConstraint Properties

Include Protected Members
Include Inherited Members

The FKConstraint type exposes the following members.

Properties

  Name Description
Public property Columns Gets the list of columns participating for a given constraint. (inherited from Constraint)
Public property ConstraintType Gets the type of constraint the Constraint represents. (inherited from Constraint)
Public property DeleteRule Gets or sets the rule for deleting the foreign key constraint.
Public property Name Gets the constraint name of the specified Constraint object. (inherited from Constraint)
Public property ReferencedColumns Gets a list of columns from the unique constraint table participating in this foreign-key relationship.
Public property ReferencedTable Gets the name of the unique constraint table participating in this foreign-key relationship.
Public property TableName Get the table name for the specified Constraint object.. (inherited from Constraint)
Public property UniqueConstraintName Gets or sets the unique constraint name for the foreign key constraint.
Public property UpdateRule Gets or sets the rule for updating the foreign key constraint.

Top

See Also

Reference

FKConstraint Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace