OdbcCommand Constructor (String^)

 

Initializes a new instance of the OdbcCommand class with the text of the query.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
OdbcCommand(
	String^ cmdText
)

Parameters

cmdText
Type: System::String^

The text of the query.

.NET Framework
Available since 1.1
Return to top
Show: