System.Data.DataSet.RestoreEnforceConstraints C# (CSharp) Méthode

RestoreEnforceConstraints() private méthode

private RestoreEnforceConstraints ( bool value ) : void
value bool
Résultat void
        internal void RestoreEnforceConstraints(bool value)
        {
            _enforceConstraints = value;
        }