Cached data only / Offline mode using OData Data Provider
Connection string
This CData ADO.NET Provider for OData connection string can be used for connections to OData.
URL=http://dataService;Offline=true;Query Passthrough=true;
This CData ADO.NET Provider for OData connection string can be used for connections to OData.
URL=http://dataService;Offline=true;Query Passthrough=true;
SELECT statements will always retrieve data from the cache. DELETE/UPDATE/INSERT statements is not allowed and will throw an exception.