ICommandText : ICommand
This interface is mandatory on commands.
A command object can have only one text command. When the command text is specified through ICommandText::SetCommandText, it replaces the existing command text.
Method |
Description |
---|---|
Returns the text command set by the last call to ICommandText::SetCommandText. |
|
Sets the command text, replacing the existing command text. |
|
(Inherited) |
All methods of ICommand. |
This topic is a part of: