Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.Constraint Class Referenceabstract

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]
 
DataTableTable [get]
 
PropertyCollection ExtendedProperties [get]
 
virtual ? DataSet _DataSet [get]
 

Private Attributes

string _schemaName = string.Empty
 
bool _inCollection
 
DataSet _dataSet
 

Detailed Description

Definition at line 10 of file Constraint.cs.


The documentation for this class was generated from the following file: