C# 클래스 System.Data.ConstraintEnumerator

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

공개 메소드들

메소드 설명
ConstraintEnumerator ( DataSet dataSet ) : System.Collections
GetConstraint ( ) : Constraint
GetNext ( ) : bool

보호된 메소드들

메소드 설명
IsValidCandidate ( Constraint constraint ) : bool

메소드 상세

ConstraintEnumerator() 공개 메소드

public ConstraintEnumerator ( DataSet dataSet ) : System.Collections
dataSet DataSet
리턴 System.Collections

GetConstraint() 공개 메소드

public GetConstraint ( ) : Constraint
리턴 Constraint

GetNext() 공개 메소드

public GetNext ( ) : bool
리턴 bool

IsValidCandidate() 보호된 메소드

protected IsValidCandidate ( Constraint constraint ) : bool
constraint Constraint
리턴 bool