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)
Syntax
'Declaration
Public Property UpdateRule As Rule
'Usage
Dim instance As DbSyncForeignKeyConstraint
Dim value As Rule
value = instance.UpdateRule
instance.UpdateRule = value
public Rule UpdateRule { get; set; }
public:
property Rule UpdateRule {
Rule get ();
void set (Rule value);
}
/** @property */
public Rule get_UpdateRule ()
/** @property */
public void set_UpdateRule (Rule value)
public function get UpdateRule () : Rule
public function set UpdateRule (value : Rule)
Property Value
A Rule enumeration value.
Remarks
Example
See Also
Reference
DbSyncForeignKeyConstraint Class
DbSyncForeignKeyConstraint Members
Microsoft.Synchronization.Data Namespace