Skip to main content
All docs
V25.1
  • QueryBuilderInput.ResultQuery Property

    Gets the SelectQuery object that forms a SQL SELECT statement.

    Namespace: DevExpress.DataAccess.Web.QueryBuilder

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public SelectQuery ResultQuery { get; }

    Property Value

    Type Description
    SelectQuery

    A SelectQuery object that forms a SQL SELECT statement.

    See Also