DataCommand.ExecuteWithoutResults Method
Include Protected Members
Include Inherited Members
Executes a command but does not request results, instead returning an integer indicating the outcome of the call.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ExecuteWithoutResults(String) | Executes a command but does not request results, instead returning an integer indicating the outcome of the call. | |
ExecuteWithoutResults(String, DataCommandType) | Executes a command but does not request results, instead returning an integer indicating the outcome of the call. | |
ExecuteWithoutResults(String, DataCommandType, array<IVsDataParameter[]) | Executes a command, optionally with parameters, but does not request results, instead returning an integer indicating the outcome of the call. | |
ExecuteWithoutResults(String, DataCommandType, array<IVsDataParameter[], Int32) | Executes a command, optionally with parameters, but does not request results, instead returning an integer indicating the outcome of the call. |
Top