8[DefaultProperty(
"ConstraintName")]
18 internal string _name =
string.Empty;
46 if (
_name.Length != 0)
72 if (!
string.IsNullOrEmpty(
value))
static bool IsCatchableExceptionType(Exception e)
void RegisterName(string name)
void UnregisterName(string name)
virtual ? DataSet _DataSet
PropertyCollection _extendedProperties
PropertyCollection ExtendedProperties
bool CanEnableConstraint()
virtual bool InCollection
void SetDataSet(DataSet dataSet)
bool IsConstraintViolated()
void CheckCanAddToCollection(ConstraintCollection constraint)
bool ContainsColumn(DataColumn column)
bool CanBeRemovedFromCollection(ConstraintCollection constraint, bool fThrowException)
Constraint Clone(DataSet destination, bool ignoreNSforTableLookup)
void CheckConstraint(DataRow row, DataRowAction action)
virtual string ConstraintName
Constraint Clone(DataSet destination)
override string ToString()
void CheckStateForProperty()
ConstraintCollection Constraints
static Exception ConstraintViolation(string constraint)
static Exception NoConstraintName()
static Exception BadObjectPropertyAccess(string error)
static CultureInfo CurrentCulture