System.Data.ForeignKeyConstraint.AcceptRejectRule Property

Indicates the action that should take place across this constraint when DataTable.AcceptChanges is invoked.

Syntax

[System.ComponentModel.DefaultValue(System.Data.AcceptRejectRule.None)]
public virtual AcceptRejectRule AcceptRejectRule { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Changes to a System.Data.DataRow or System.Data.DataTable are not final until the AcceptChanges method is invoked. At that point, the ForeignKeyConstraint.AcceptRejectRule determines the course of action on any values that have been changed or deleted.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0