3 writes to enforceConstraints
System.Data (3)
fx\src\data\System\Data\DataSet.cs (3)
435enforceConstraints = info.GetBoolean("DataSet.EnforceConstraints"); 593this.enforceConstraints = value; 603this.enforceConstraints = value;
2 references to enforceConstraints
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
584return enforceConstraints; 590if (this.enforceConstraints != value) {