DbSyncForeignKeyConstraint::DeleteRule Property

Gets or sets a Rule enumeration value that determines the action that occurs when a row is deleted from a parent table.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property Rule DeleteRule {
	Rule get ();
	void set (Rule value);
}

Property Value

Type: System.Data::Rule
A Rule enumeration value.
Show: