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




selectPart
The select part of the query.
Creates a new instance of the SqlQueryBuilder Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal selectPart As String _
)
Visual Basic (Usage)Copy Code
Dim selectPart As String
 
Dim instance As SqlQueryBuilder(selectPart)
C# 
public SqlQueryBuilder( 
   string selectPart
)
Managed Extensions for C++ 
public: SqlQueryBuilder( 
   string* selectPart
)
C++/CLI 
public:
SqlQueryBuilder( 
   String^ selectPart
)

Parameters

selectPart
The select part of the query.

Requirements

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

See Also