Skip to main content

InMemoryDataStore Properties

Stores persistent objects in memory. Intended for a testing environment and not for production purposes or large data sets.
Name Description
AutoCreateOption Returns which operations are performed when a data store is accessed for the first time. Inherited from DataStoreBase.
CanCreateSchema Gets whether the InMemoryDataStore object is allowed to create a schema in the associated DataSet.
CaseSensitive Gets whether the InMemoryDataStore performs case-sensitive comparisons for strings during expression evaluations or sorting.
Data

Obsolete. This property is obsolete.

Factories static Returns registered provider factories. Inherited from DataStoreBase.
SyncRoot Obsolete. Gets an object that can be used to synchronize access to the InMemoryDataStore.
See Also