System.Data.DataSet.RestoreEnforceConstraints C# (CSharp) 메소드

RestoreEnforceConstraints() 개인적인 메소드

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