ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Query Class / CommandType Property

In This Topic
    CommandType Property
    In This Topic

    Gets or sets the type of query contained in the CommandText property.

    Syntax
    'Declaration
     
    Public Property CommandType As QueryCommandType
    public QueryCommandType CommandType {get; set;}

    Property Value

    A QueryCommandType enumeration indicating the type of query contained in the CommandText property.

    See Also