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

DataProviderBase.SqlQuery Property

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

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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