Gets or sets a value indicating whether relation constraints must be satisfied while modifying the data set.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool EnforceConstraints { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property EnforceConstraints As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also