Skip to main content
A newer version of this page is available. .

InMemoryDataStore Fields

Stores persistent objects in memory. Intended for testing environment.
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