DataCommand.ExecuteWithoutResults Method

Executes a command but does not request results, instead returning an integer indicating the outcome of the call.

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, []) 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, [], 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

DataCommand Members

Microsoft.VisualStudio.Data.Framework Namespace