showQueryValues

Rumman Ansari   Software Engineer   2024-06-10 03:06:22   69  Share
Subject Syllabus DetailsSubject Details
☰ TContent
☰Fullscreen

Table of Content:


/// <summary>
    ///    Determines whether to add a select button to the dialog.
    /// </summary>
    /// <remarks>
    ///    If you click this button, it will show the query form. Therefore, the <c>queryRun</c> method has to
    ///    return a valid <c>queryRun</c> object.If you change the return value to false the button will no
    ///    longer be added.
    /// </remarks>
    public boolean showQueryValues()
    {
        return true;
    }