Skip to main content

InMemoryDataStore Fields

Stores persistent objects in memory. Intended for a testing environment and not for production purposes or large data sets.
Name Description
XpoProviderTypeParameterName static Returns a parameter name used to denote a provider type in a connection string. The default value is “XpoProvider”. Inherited from DataStoreBase.
XpoProviderTypeString Gets the name of the current connection provider. This name is used internally when generating a connection string via the InMemoryDataStore.GetConnectionString method.
See Also