IVsDataCommand.ExecuteWithoutResults Method
When implemented by a class, executes a command but does not request results, instead returning an integer indicating the outcome of the call.
Overload List
Name | Description | |
---|---|---|
ExecuteWithoutResults(String) | When implemented by a class, executes a command but does not request results, instead returning an integer indicating the outcome of the call. | |
ExecuteWithoutResults(String, DataCommandType) | When implemented by a class, executes a command but does not request results, instead returning an integer indicating the outcome of the call. | |
ExecuteWithoutResults(String, DataCommandType, []) | When implemented by a class, executes a command, optionally with parameters, but does not request results, instead returning an integer indicating the outcome of the call. | |
ExecuteWithoutResults(String, DataCommandType, [], Int32) | When implemented by a class, executes a command, optionally with parameters, but does not request results, instead returning an integer indicating the outcome of the call. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace