Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataSet Class / Query Property

In This Topic
    Query Property (DataSet)
    In This Topic
    Gets the Query object containing information about the data source, including connection information, query, and so on, required to get the data from the data source.
    Syntax
    'Declaration
     
    Public ReadOnly Property Query As Query
    public Query Query {get;}
    See Also