Offline Option (RSSBus.SimpleDB Data Provider)
Forces the provider to work in offline mode.
Data Type
bool
Default Value
false
Remarks
When Offline is set to TRUE, all queries execute against the cache, as opposed to the live data source. In this mode, certain queries like INSERT, UPDATE, DELETE, and CACHE are not allowed. In general, commands with CommandType different from CommandTypes.Text do not execute. Attempting to execute these commands returns an error.