C# Class System.Data.ChildForeignKeyConstraintEnumerator

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

Public Methods

Method Description
ChildForeignKeyConstraintEnumerator ( DataSet dataSet, DataTable inTable ) : System.Collections

Protected Methods

Method Description
IsValidCandidate ( Constraint constraint ) : bool

Method Details

ChildForeignKeyConstraintEnumerator() public method

public ChildForeignKeyConstraintEnumerator ( DataSet dataSet, DataTable inTable ) : System.Collections
dataSet DataSet
inTable DataTable
return System.Collections

IsValidCandidate() protected method

protected IsValidCandidate ( Constraint constraint ) : bool
constraint Constraint
return bool