DevExpress.Xpo.DB Namespace
Contains classes that handle operations on a data store.
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Classes
Name | Description |
---|---|
Access |
Implements data-aware operations for working with Microsoft Access databases. |
Access |
Implements an Microsoft Access connection provider that can be used in multi-user and multi-threaded applications. |
Cached |
A cached data store provider (an ICached |
Cached |
A cached data store provider that client applications can use to asynchronously work with the data source via WCF. |
Cached |
|
Cached |
The base class for WCF services providing access to data via cached data stores (objects implementing the ICached |
Data |
A data store provider (an IData |
Data |
A data store provider that client applications can use to asynchronously work with the data source via WCF. |
Data |
The base class for WCF services providing access to data directly via data store providers (IData |
Firebird |
Implements data-aware operations for working with a Firebird database. |
In |
Stores persistent objects in memory. Intended for a testing environment and not for production purposes or large data sets. |
MSSql |
Implements data-aware operations for working with an Microsoft SQL Server or Microsoft SQL Azure database. |
Ole |
Implements the base functionality for providers that connect to OLE DB data sources. |
Operation |
The result of an operation performed by the Data |
Operation |
The result of an operation performed by the Data |
Postgre |
Implements data-aware operations for working with a Postgre |
Serializable |
The base class for Serializable |
Serializable |
The base class for WCF services providing access to data via distributed object access layer (ISerializable |
Serializable |
A distributed object access layer (an ISerializable |
Service |
The base class for XPO WCF services. |
Service |
Arguments, passed to the Service |
Web |
A data store provider (an IData |
Web |
A generic IData |
#Interfaces
Name | Description |
---|---|
ICached |
Defines a WCF service contract to access data stored in cached data stores (objects implementing the ICached |
ICached |
Defines a WCF service contract to asynchronously access data stored in cached data stores (objects that implement the ICached |
ICached |
Extends the ICached |
ICached |
Extends the ICached |
IData |
Defines a WCF service contract to access data directly via data store providers (objects implementing the IData |
IData |
Defines a WCF service contract to asynchronously access data via data store providers (objects that implement the IData |
IData |
Extends the IData |
IData |
Extends the IData |
ISerializable |
Defines a WCF service contract to access data via Serializable |