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

DataAccessService Class

Provides information on the data source bound to the SnapControl.

Namespace: DevExpress.Snap.Services

Assembly: DevExpress.Snap.v19.1.Core.dll

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