Back to Devexpress

IDataStore Methods

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

latest1.0 KB
Original Source

IDataStore Methods

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

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

IDataStore Members

DevExpress.Xpo.DB Namespace