Chili.Opf3 Send comments on this topic.
SqlQuery Constructor(String)
See Also 
Chili.Opf3.Query Namespace > SqlQuery Class > SqlQuery Constructor : SqlQuery Constructor(String)




command
Command that is executed on the storage.
Creates a new instance of the SqlQuery Class.

Syntax

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

Parameters

command
Command that is executed on the storage.

Exceptions

ExceptionDescription
ArgumentNullExceptionCommand is null.

Requirements

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

See Also