OLEDBConnection.CommandText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the command string for the specified data source. Read/write Object.
public:
property System::Object ^ CommandText { System::Object ^ get(); void set(System::Object ^ value); };
public object CommandText { get; set; }
Public Property CommandText As Object
Property Value
Object
Remarks
You should use the CommandText property instead of the SQLproperty, which now exists primarily for compatibility with earlier versions of Microsoft Excel. If you use both properties, the CommandText property's value takes precedence.
The CommandType property describes the value of the CommandText property.