DbSyncForeignKeyConstraint::UpdateRule Property

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

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

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

Property Value

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

Example

Show: