Skip to main content

SqlDataSourceModel.SqlQueryText Property

Specifies the SQL string.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public string SqlQueryText { get; set; }

Property Value

Type Description
String

A String value, specifying the SQL string.

Implements

See Also