Search Results for

    Show / Hide Table of Contents

    Class CustomQueryBuilderEventArgs

    Provides data for the CustomQueryBuilder event.

    Inheritance
    System.Object
    CustomQueryBuilderEventArgs
    Namespace: FastReport.Design
    Assembly: FastReport.dll
    Syntax
    public class CustomQueryBuilderEventArgs

    Properties

    Connection

    Gets the Connection object.

    Declaration
    public DataConnectionBase Connection { get; }
    Property Value
    Type Description
    DataConnectionBase

    Parameters

    Gets or sets the query parameters.

    Declaration
    public CommandParameterCollection Parameters { get; set; }
    Property Value
    Type Description
    CommandParameterCollection

    SQL

    Gets or sets the query text.

    Declaration
    public string SQL { get; set; }
    Property Value
    Type Description
    System.String
    Back to top © 1998-2025 Copyright Fast Reports Inc.