Data for Silverlight
EnforceConstraints Property (DataTable)

C1.Silverlight.Data Namespace > DataTable Class : EnforceConstraints Property
Gets or sets a value indicating whether constraint rules are followed when attempting any update operation.
Syntax
'Declaration
 
Public Property EnforceConstraints As Boolean
public bool EnforceConstraints {get; set;}
Remarks
The setter only works if DataSet property is null. If the DataTable is used as a part of the DataSet object, use corresponding property of the owning DataSet.
See Also

Reference

DataTable Class
DataTable Members