Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Query Class / Parameters Property

In This Topic
    Parameters Property (Query)
    In This Topic
    Gets the collection of QueryParameter objects that are passed to the data source as part of the current query.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As QueryParameterCollection
    public QueryParameterCollection Parameters {get;}
    See Also