Пример #1
0
 public SchemaTable(Schema objParent) : base(objParent)
 {
     Columns     = new SchemaColumnsCollection(objParent);
     Constraints = new SchemaConstraintsCollection(objParent);
 }
 public SchemaView(Schema objParent) : base(objParent)
 {
     Columns = new SchemaColumnsCollection(objParent);
 }