Back to Devexpress

InMemoryDataStore Properties

xpo-devexpress-dot-xpo-dot-db-dot-inmemorydatastore-dot-underscore-properties.md

latest1.6 KB
Original Source

InMemoryDataStore Properties

Stores persistent objects in memory. Intended for a testing environment and not for production purposes or large data sets.

NameDescription
AutoCreateOptionReturns which operations are performed when a data store is accessed for the first time. Inherited from DataStoreBase.
CanCreateSchemaGets whether the InMemoryDataStore object is allowed to create a schema in the associated DataSet.
CaseSensitiveGets 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

InMemoryDataStore Class

InMemoryDataStore Members

DevExpress.Xpo.DB Namespace