Author: ricardoborges
(2010/02/09 03:51) About 2 years ago
update on SchemaExport parameters
219
using (SQLiteConnection con = new SQLiteConnection("Data Source=" + path + ";Version=3;New=True"))
220
{
221
con.Open();
222
new SchemaExport(cfg).Execute(true, true, true, con, Console.Out);
new SchemaExport(cfg).Execute(true, true, false, con, Console.Out);
223
}
224
225
using (SQLiteConnection con = new SQLiteConnection("Data Source=" + path + ";Version=3;New=True"))using (SQLiteConnection con = new SQLiteConnection("Data Source=" + path + ";Version=3;New=True")){{new SchemaExport(cfg).Execute(true, true, true, con, Console.Out);new SchemaExport(cfg).Execute(true, true, false, con, Console.Out);