internal override bool CanEnableConstraint() { if (Table.EnforceConstraints) { return(ConstraintIndex.CheckUnique()); } return(true); }