Caching data and metadata 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;Cache Location=C:\cache.db;Auto Cache=true;Offline=false;
Cache Metadata
=true;

The table metadata will also be cached instead of retrieving it from the data source. This improves connection performance. Read more here →