C# Class System.Data.ParentForeignKeyConstraintEnumerator

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

Public Methods

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

Protected Methods

Method Description
IsValidCandidate ( Constraint constraint ) : bool

Method Details

IsValidCandidate() protected method

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

ParentForeignKeyConstraintEnumerator() public method

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