Back to Devexpress

IDataStore Members

corelibraries-devexpress-dot-xpo-dot-db-dot-idatastore-dot-underscore-members.md

latest1.2 KB
Original Source

IDataStore Members

The interface for objects that need to interact with a data store.

Properties

NameDescription
AutoCreateOptionWhen implemented by a class, returns which operations are performed when a data store is accessed for the first time.

Methods

NameDescription
ModifyData(ModificationStatement[])Updates data in a data store using the specified modification statements.
SelectData(SelectStatement[])When implemented by a class, fetches data from a data store using the specified query statements.
UpdateSchema(Boolean, DBTable[])When implemented by a class, updates the storage schema according to the specified class descriptions.

See Also

IDataStore Interface

DevExpress.Xpo.DB Namespace