Back to Devexpress

DevExpress.DataAccess Namespace

corelibraries-devexpress-3daf50c6.md

latest3.7 KB
Original Source

DevExpress.DataAccess Namespace

Contains classes that utilize the most popular approaches to access different data providers.

Assemblies : DevExpress.Data.v25.2.dll, DevExpress.DataAccess.v25.2.dll

NuGet Packages : DevExpress.Data, DevExpress.DataAccess

Classes

NameDescription
CustomFilterExpressionEventArgsProvides data for the CustomFilterExpression events.
DataComponentBase
DataConnectionBaseServes as the base class for classes that represent a data connection.
DataProviderBaseObsolete. Serves as the base class for classes that represent a data provider.
DataSourceFillErrorEventArgsProvides data for the FillError event.
DataSourceParameterBaseThe base for classes that provide the data source parameter functionality.
DefaultConnectionStringProviderEnables you to resolve connection strings by their names at runtime in all .NET applications.
ExpressionAn expression assigned to a data source parameter.
Node<T>A base class that defines a node in a tree-like structure of objects.
ValidateCustomSqlQueryEventArgsProvides data for the SqlDataSource.ValidateCustomSqlQuery event.

Interfaces

NameDescription
IDataComponentWhen implemented by a class, provides basic functionality required by data access components.
IDataSourceProtectionServiceAllows you to implement your own encryption mechanism to store data source information when serialized objects are sent between the client and the server.
ISecureDataConverterEncrypts and decrypts any critical string data.

Delegates

NameDescription
CustomFilterExpressionEventHandlerReferences a method that will handle CustomFilterExpression events.
DataSourceFillErrorEventHandlerReferences the method that handles the JsonDataSource.FillError event.
ValidateCustomSqlQueryEventHandlerReferences a method that will handle the SqlDataSource.ValidateCustomSqlQuery event.

Enums

NameDescription
DocumentLoadingBehaviorLists the options that define whether to trust object data sources loaded in end-user applications.