Share via


DbSyncForeignKeyConstraint Members

Represents a foreign key relationship between two tables that are involved in synchronization.

The following tables list the members exposed by the DbSyncForeignKeyConstraint type.

Public Constructors

  Name Description
Public method DbSyncForeignKeyConstraint Overloaded. Initializes a new instance of the DbSyncForeignKeyConstraint class.

Top

Public Properties

  Name Description
Public property ChildColumns Gets or sets the list of columns from the child table that is involved in the foreign key constraint.
Public property ChildTableName Gets or sets the name of the child table that is involved in the foreign key constraint.
Public property ConstraintName Gets or sets the name of the foreign key constraint.
Public property DeleteRule Gets or sets a Rule enumeration value that determines the action that occurs when a row is deleted from a parent table.
Public property ParentColumns Gets or sets the list of columns from the parent table that is involved in the foreign key constraint.
Public property ParentTableName Gets or sets the name of the parent table that is involved in the foreign key constraint.
Public property UpdateRule Gets or sets a Rule enumeration value that determines the action that occurs when a row is updated in the parent table.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Dd937002.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the DbSyncForeignKeyConstraint object.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DbSyncForeignKeyConstraint Class
Microsoft.Synchronization.Data Namespace