System.Data.ConstraintTable.ConstraintTable C# (CSharp) Method

ConstraintTable() public method

public ConstraintTable ( DataTable t, XmlSchemaIdentityConstraint c ) : System.Data.Common
t DataTable
c System.Xml.Schema.XmlSchemaIdentityConstraint
return System.Data.Common
        public ConstraintTable(DataTable t, XmlSchemaIdentityConstraint c)
        {
            table = t;
            constraint = c;
        }
    }
ConstraintTable