Skip to main content

DataProviderBase.SqlQuery Property

Gets or sets the SQL query used to select data from the data store.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
public string SqlQuery { get; set; }

Property Value

Type Description
String

A String that specifies the SQL query used to select data from the data store.

See Also