Exemplo n.º 1
0
		public TableDef CreateTableDef(string name, TableDefAttribute attributes, string source, string connect)
		{
			return new TableDef(db.CreateTableDef(name, attributes, source, connect));
		}
Exemplo n.º 2
0
		public TableDef CreateTableDef(string name, TableDefAttribute attributes, string source)
		{
			return new TableDef(db.CreateTableDef(name, attributes, source, Type.Missing));
		}