DevExpress.DataAccess Namespace
In This Article
Contains classes that utilize the most popular approaches to access different data providers.
Assemblies: DevExpress.Data.v24.2.dll, DevExpress.DataAccess.v24.2.dll
NuGet Packages: DevExpress.Data, DevExpress.DataAccess
#Classes
Name | Description |
---|---|
Custom |
Provides data for the Custom |
Data |
|
Data |
Serves as the base class for classes that represent a data connection. |
Data |
Obsolete. Serves as the base class for classes that represent a data provider. |
Data |
Provides data for the Fill |
Data |
The base for classes that provide the data source parameter functionality. |
Default |
Enables you to resolve connection strings by their names at runtime in all .NET applications. |
Expression | An expression assigned to a data source parameter. |
Node |
A base class that defines a node in a tree-like structure of objects. |
Validate |
Provides data for the Sql |
#Interfaces
Name | Description |
---|---|
IData |
When implemented by a class, provides basic functionality required by data access components. |
IData |
Allows you to implement your own encryption mechanism to store data source information when serialized objects are sent between the client and the server. |
ISecure |
Encrypts and decrypts any critical string data. |
#Delegates
Name | Description |
---|---|
Custom |
References a method that will handle Custom |
Data |
References the method that handles the Json |
Validate |
References a method that will handle the Sql |
#Enums
Name | Description |
---|---|
Document |
Lists the options that define whether to trust object data sources loaded in end-user applications. |