Chili.Opf3 Send comments on this topic.
AppendClosingParenthesis Method
See Also 
Chili.Opf3.Query Namespace > SqlQueryBuilder Class : AppendClosingParenthesis Method




Appends a closing parenthesis to the query.

Syntax

Visual Basic (Declaration) 
Public Sub AppendClosingParenthesis() 
Visual Basic (Usage)Copy Code
Dim instance As SqlQueryBuilder
 
instance.AppendClosingParenthesis()
C# 
public void AppendClosingParenthesis()
Managed Extensions for C++ 
public: void AppendClosingParenthesis(); 
C++/CLI 
public:
void AppendClosingParenthesis(); 

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also