Пример #1
0
 public IndexEditor(IndexCollection schema, IModifyTable parent) : base(schema)
 {
     _parent = parent;
 }
Пример #2
0
 public IndexCreator(IndexCollection schema)
 {
     _schema = schema;
 }