C# Class System.Data.Constraint

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
CanBeRemovedFromCollection bool
CanEnableConstraint bool
CheckCanAddToCollection void
CheckConstraint void
CheckConstraint void
CheckState void
Clone Constraint
Clone Constraint
ContainsColumn bool
IsConstraintViolated bool

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
CheckStateForProperty ( ) : void
SetDataSet ( DataSet dataSet ) : void

Sets the constraint's .

Private Methods

Method Description
CanBeRemovedFromCollection ( ConstraintCollection constraint, bool fThrowException ) : bool
CanEnableConstraint ( ) : bool
CheckCanAddToCollection ( ConstraintCollection constraint ) : void
CheckConstraint ( ) : void
CheckConstraint ( DataRow row, DataRowAction action ) : void
CheckState ( ) : void
Clone ( DataSet destination ) : Constraint
Clone ( DataSet destination, bool ignoreNSforTableLookup ) : Constraint
ContainsColumn ( DataColumn column ) : bool
IsConstraintViolated ( ) : bool

Method Details

CheckStateForProperty() protected method

protected CheckStateForProperty ( ) : void
return void

SetDataSet() protected method

Sets the constraint's .
protected SetDataSet ( DataSet dataSet ) : void
dataSet DataSet
return void

ToString() public method

public ToString ( ) : string
return string