C# Class System.Data.ConstraintTable

显示文件 Open project: dotnet/corefx

Public Properties

Property Type Description
constraint System.Xml.Schema.XmlSchemaIdentityConstraint
table DataTable

Public Methods

Method Description
ConstraintTable ( DataTable t, XmlSchemaIdentityConstraint c ) : System.Data.Common

Method Details

ConstraintTable() public method

public ConstraintTable ( DataTable t, XmlSchemaIdentityConstraint c ) : System.Data.Common
t DataTable
c System.Xml.Schema.XmlSchemaIdentityConstraint
return System.Data.Common

Property Details

constraint public_oe property

public XmlSchemaIdentityConstraint,System.Xml.Schema constraint
return System.Xml.Schema.XmlSchemaIdentityConstraint

table public_oe property

public DataTable,System.Data table
return DataTable