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)

Syntax

'Declaration
Public Property DeleteRule As Rule
    Get
    Set
'Usage
Dim instance As DbSyncForeignKeyConstraint
Dim value As Rule

value = instance.DeleteRule

instance.DeleteRule = value
public Rule DeleteRule { get; set; }
public:
property Rule DeleteRule {
    Rule get ();
    void set (Rule value);
}
member DeleteRule : Rule with get, set
function get DeleteRule () : Rule
function set DeleteRule (value : Rule)

Property Value

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

See Also

Reference

DbSyncForeignKeyConstraint Class

Microsoft.Synchronization.Data Namespace