C# 클래스 System.Data.Constraint

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CanBeRemovedFromCollection bool
CanEnableConstraint bool
CheckCanAddToCollection void
CheckConstraint void
CheckConstraint void
CheckState void
Clone Constraint
Clone Constraint
ContainsColumn bool
IsConstraintViolated bool

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
CheckStateForProperty ( ) : void
SetDataSet ( DataSet dataSet ) : void

Sets the constraint's .

비공개 메소드들

메소드 설명
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

메소드 상세

CheckStateForProperty() 보호된 메소드

protected CheckStateForProperty ( ) : void
리턴 void

SetDataSet() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string