Active Query Builder 2 .NET Edition reference
QueryBuilder Constructor()



Initializes a new instance of the QueryBuilder component in visual mode.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New QueryBuilder()
public QueryBuilder()
public: QueryBuilder();
Remarks
The default QueryBuilder initialization mode is Visual for WinForms configuration and Non-visual for ASP.NET configuration.
In the WinForms configuration the QueryBuilder component can be used for any purposes in Visual mode (including visual building of queries) and it must be placed on a form.
In the ASP.NET configuration the QueryBuilder component is responsible for SQL parsing and generation only, thus it can not be initialized in visual mode.
See Also

Reference

QueryBuilder Class
QueryBuilder Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback