ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Query Class / CommandText Property

In This Topic
    CommandText Property (Query)
    In This Topic
    Gets or sets the command text that is executed to obtain the data. The interpretation of this text depends on the query type specified by the CommandType property.
    Syntax
    'Declaration
     
    Public Property CommandText As System.String
    public System.string CommandText {get; set;}
    See Also