DevExpress.DataAccess.Sql.DataApi Namespace
Contains classes used to access data obtained using a SqlDataSource.
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Interfaces
Name | Description |
---|---|
IColumn | A schema of a column in a ITable. |
IRelation | A master-detail relation of a ITable. |
IResult |
A cache of data retrieved using the Sql |
IRow | A row of data in a ITable. |
ITable |
A table from the IResult |