Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DataAccessService Class

    Provides information on the data source bound to the SnapControl.

    Namespace: DevExpress.Snap.Services

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public class DataAccessService :
        DataAccessServiceBase

    Remarks

    The SnapControl.DataSources property provides access to data sources bound to the SnapControl. However, to obtain the type of a certain field in a data source with minimal effort, you can use the DataAccessService.GetColumnType method of the DataAccessService class.

    Tip

    To access the DataAccessService service, use the RichEditControl.GetService<T> method.

    Inheritance

    Object
    DevExpress.Snap.Core.Native.Data.Implementations.DataAccessServiceBase
    DataAccessService
    See Also