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)
|
| 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