Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

InMemoryDataStore Constructors

Stores persistent objects in memory. Intended for testing environment.
Name Parameters Description
InMemoryDataStore() none Initializes a new instance of the InMemoryDataStore class and sets the IDataStore.AutoCreateOption property to AutoCreateOption.DatabaseAndSchema.
InMemoryDataStore(AutoCreateOption, Boolean) autoCreateOption, caseSensitive Initializes a new instance of the InMemoryDataStore class with the specified settings.
InMemoryDataStore(AutoCreateOption) autoCreateOption Initializes a new instance of the InMemoryDataStore class with the specified settings.
InMemoryDataStore(InMemoryDataStore, AutoCreateOption) originalStore, autoCreateOption Initializes a new instance of the InMemoryDataStore class using the underlying storage of a specific InMemoryDataStore.
InMemoryDataStore(DataSet, AutoCreateOption, Boolean) data, autoCreateOption, caseSensitive Obsolete. Initializes a new instance of the InMemoryDataStore class.
InMemoryDataStore(DataSet, AutoCreateOption) data, autoCreateOption

Obsolete. This constructor is obsolete.

See Also