DataProviderBase.SqlQuery Property
Gets or sets the SQL query used to select data from the data store.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
String | A String that specifies the SQL query used to select data from the data store. |
See Also