public string CreateTable(TableDescription table) { return(_TableDefinition(table)); }
public void RemoveTable(TableDescription table) { this.traits.RemoveTable(this.CreateTextCommand, table); }