ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / ShowQueryBuilder Method / ShowQueryBuilder(IWin32Window) Method
The window that will own the query builder window.

In This Topic
    ShowQueryBuilder(IWin32Window) Method
    In This Topic
    Shows the view definition query builder in a modal window with the specified owner.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowQueryBuilder( _
       ByVal ownerWindow As System.Windows.Forms.IWin32Window _
    ) 
    public void ShowQueryBuilder( 
       System.Windows.Forms.IWin32Window ownerWindow
    )

    Parameters

    ownerWindow
    The window that will own the query builder window.
    See Also