System.Data.ConstraintTable.ConstraintTable C# (CSharp) 메소드

ConstraintTable() 공개 메소드

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