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
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