Share via


IVsDataCommand.ExecuteWithoutResults Method

Include Protected Members
Include Inherited Members

When implemented by a class, 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
Public method 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.
Public method 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.
Public method ExecuteWithoutResults(String, DataCommandType, array<IVsDataParameter[]) 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.
Public method ExecuteWithoutResults(String, DataCommandType, array<IVsDataParameter[], 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

IVsDataCommand Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace