-SQLite requires package: SQLitePCLRaw.bundle_e_sqlite3 with call to SQLitePCL.Batteries.Init()Batch Extensions are made on IQueryable DbSet and can be used as in the following code segment. They are done as pure sql and no check is done whether some are prior loaded in memory and are...
-SQLiterequires package:SQLitePCLRaw.bundle_e_sqlite3with call toSQLitePCL.Batteries.Init() BatchExtensions are made onIQueryableDbSet and can be used as in the following code segment. They are done as pure sql and no check is done whether some are prior loaded in memory and are being Tra...
-SQLite requires package: SQLitePCLRaw.bundle_e_sqlite3 with call to SQLitePCL.Batteries.Init() -MySQL when running its Test for the first time execute sql command (local-data): SET GLOBAL local_infile = true;Batch Extensions are made on IQueryable DbSet and can be used as in the ...
Those in Db that are not found in the list will be deleted. Partial Sync can be done on table subset using expression set on config with method: bulkConfig.SetSynchronizeFilter<Item>(a => a.Quantity > 0); Not supported for SQLite(Lite has only UPSERT statement) nor currently for Postgre...