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




concat
The concat that is going to be added to the query.
Appends a concat to the query.

Syntax

Visual Basic (Declaration) 
Public Sub AppendConcat( _
   ByVal concat As Concats _
) 
Visual Basic (Usage)Copy Code
Dim instance As SqlQueryBuilder
Dim concat As Concats
 
instance.AppendConcat(concat)
C# 
public void AppendConcat( 
   Concats concat
)
Managed Extensions for C++ 
public: void AppendConcat( 
   Concats concat
) 
C++/CLI 
public:
void AppendConcat( 
   Concats concat
) 

Parameters

concat
The concat that is going to be added to the query.

Requirements

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

See Also