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 | |
---|---|---|
DbSyncForeignKeyConstraint | Overloaded. Initializes a new instance of the DbSyncForeignKeyConstraint class. |
Top
Public Properties
Name | Description | |
---|---|---|
ChildColumns | Gets or sets the list of columns from the child table that is involved in the foreign key constraint. | |
ChildTableName | Gets or sets the name of the child table that is involved in the foreign key constraint. | |
ConstraintName | Gets or sets the name of the foreign key constraint. | |
DeleteRule | Gets or sets a Rule enumeration value that determines the action that occurs when a row is deleted from a parent table. | |
ParentColumns | Gets or sets the list of columns from the parent table that is involved in the foreign key constraint. | |
ParentTableName | Gets or sets the name of the parent table that is involved in the foreign key constraint. | |
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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Overridden. Returns a string that represents the DbSyncForeignKeyConstraint object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DbSyncForeignKeyConstraint Class
Microsoft.Synchronization.Data Namespace