Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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