Share via


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
Public method ExecuteWithoutResults(String) Executes a command but does not request results, instead returning an integer indicating the outcome of the call.
Public method ExecuteWithoutResults(String, DataCommandType) 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[]) 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) 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

DataCommand Class

Microsoft.VisualStudio.Data.Framework Namespace