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
'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);
}
/** @property */
public Rule get_DeleteRule ()
/** @property */
public void set_DeleteRule (Rule value)
public function get DeleteRule () : Rule
public function set DeleteRule (value : Rule)
Property Value
A Rule enumeration value.
See Also
Reference
DbSyncForeignKeyConstraint Class
DbSyncForeignKeyConstraint Members
Microsoft.Synchronization.Data Namespace