System.Data.DataSet.RestoreEnforceConstraints C# (CSharp) Method

RestoreEnforceConstraints() private method

private RestoreEnforceConstraints ( bool value ) : void
value bool
return void
        internal void RestoreEnforceConstraints(bool value)
        {
            _enforceConstraints = value;
        }