public TableDef CreateTableDef(string name, TableDefAttribute attributes, string source, string connect) { return new TableDef(db.CreateTableDef(name, attributes, source, connect)); }
public TableDef CreateTableDef(string name, TableDefAttribute attributes, string source) { return new TableDef(db.CreateTableDef(name, attributes, source, Type.Missing)); }