SyncSchemaForeignKey Members
Represents a foreign key relationship between two tables that are involved in synchronization.
The following tables list the members exposed by the SyncSchemaForeignKey type.
Public Properties
Name | Description | |
---|---|---|
ChildColumns | Gets a collection of columns from the ChildTable of the FOREIGN KEY constraint. | |
ChildTable | Gets the child table of the FOREIGN KEY constraint. | |
ConstraintName | Gets or sets the name of the FOREIGN KEY constraint. | |
DeleteRule | Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is deleted from the ParentTable. | |
ParentColumns | Gets a collection of columns from the ParentTable of the FOREIGN KEY constraint. | |
ParentTable | Gets the parent table of the FOREIGN KEY constraint. | |
UpdateRule | Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is updated in the ParentTable. |
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 | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SyncSchemaForeignKey Class
Microsoft.Synchronization.Data Namespace