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.v18.2.dll

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