Skip to main content
A newer version of this page is available. .

IDataStore Interface

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.1.dll

Declaration

public interface IDataStore

The following members accept/return IDataStore objects:

Show 19 links
Library Related API Members
Cross-Platform Class Library DataStoreBase.QueryDataStore(IDbConnection, AutoCreateOption)
DataStoreBase.QueryDataStore(String, String, AutoCreateOption, out IDisposable[])
Reporting DataProvider.DataStore
eXpress Persistent Objects AccessConnectionProvider.CreateProviderFromConnection(IDbConnection, AutoCreateOption)
AccessConnectionProvider.CreateProviderFromString(String, AutoCreateOption, out IDisposable[])
AccessConnectionProviderMultiUserThreadSafe.CreateProviderFromString(String, AutoCreateOption, out IDisposable[])
FirebirdConnectionProvider.CreateProviderFromConnection(IDbConnection, AutoCreateOption)
FirebirdConnectionProvider.CreateProviderFromString(String, AutoCreateOption, out IDisposable[])
InMemoryDataStore.CreateProviderFromString(String, AutoCreateOption, out IDisposable[])
MSSql2005SqlDependencyCacheRoot.CreateProviderFromString_CacheRoot(String, AutoCreateOption, out IDisposable[])
MSSql2005SqlDependencyCacheRoot.CreateProviderFromString_WithCache(String, AutoCreateOption, out IDisposable[])
MSSqlConnectionProvider.CreateProviderFromConnection(IDbConnection, AutoCreateOption)
MSSqlConnectionProvider.CreateProviderFromString(String, AutoCreateOption, out IDisposable[])
PostgreSqlConnectionProvider.CreateProviderFromConnection(IDbConnection, AutoCreateOption)
PostgreSqlConnectionProvider.CreateProviderFromString(String, AutoCreateOption, out IDisposable[])
XpoDefault.GetConnectionProvider(AutoCreateOption)
XpoDefault.GetConnectionProvider(IDbConnection, AutoCreateOption)
XpoDefault.GetConnectionProvider(String, AutoCreateOption)
XpoDefault.GetConnectionProvider(String, AutoCreateOption, out IDisposable[])

Remarks

The IDataStore interface declares the methods common to objects that need to interact with a data store.

The base classes that implement this interface are DataStoreSerializedBase and its descendant, DataStoreBase.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IDataStore interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also