Chili.Opf3 Send comments on this topic.
AppendCondition(String) Method
See Also 
Chili.Opf3.Query Namespace > SqlQueryBuilder Class > AppendCondition Method : AppendCondition(String) Method




condition
The conditional string that may also contain a parameter.
Appends one or more parameter-less conditions to the query. Do not append any concat at the end.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub AppendCondition( _
   ByVal condition As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SqlQueryBuilder
Dim condition As String
 
instance.AppendCondition(condition)
C# 
public void AppendCondition( 
   string condition
)
Managed Extensions for C++ 
public: void AppendCondition( 
   string* condition
) 
C++/CLI 
public:
void AppendCondition( 
   String^ condition
) 

Parameters

condition
The conditional string that may also contain a parameter.

Requirements

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

See Also