Пример #1
0
 internal Table(Db2SourceContext context, string owner, string schema, string tableName) : base(context, owner, schema, tableName)
 {
     Constraints = new ConstraintCollection(this);
     Indexes     = new IndexCollection(this);
     ReferFrom   = new ReferedForeignKeyCollection(this);
 }