Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override string | ToString () |
Protected Member Functions | |
void | CheckStateForProperty () |
Package Functions | |
Constraint () | |
bool | ContainsColumn (DataColumn column) |
bool | CanEnableConstraint () |
Constraint | Clone (DataSet destination) |
Constraint | Clone (DataSet destination, bool ignoreNSforTableLookup) |
void | CheckConstraint () |
void | CheckCanAddToCollection (ConstraintCollection constraint) |
bool | CanBeRemovedFromCollection (ConstraintCollection constraint, bool fThrowException) |
void | CheckConstraint (DataRow row, DataRowAction action) |
void | CheckState () |
void | SetDataSet (DataSet dataSet) |
bool | IsConstraintViolated () |
Package Attributes | |
string | _name = string.Empty |
PropertyCollection | _extendedProperties |
Properties | |
virtual string | ConstraintName [get, set] |
string | SchemaName [get, set] |
virtual bool | InCollection [get, set] |
DataTable? | Table [get] |
PropertyCollection | ExtendedProperties [get] |
virtual ? DataSet | _DataSet [get] |
Private Attributes | |
string | _schemaName = string.Empty |
bool | _inCollection |
DataSet | _dataSet |
Definition at line 10 of file Constraint.cs.