Properties
CommandText
(overridden)
Gets or sets the Transact-SQL statement, table name or
stored procedure to execute at the data source.
more...
CommandTimeout
(overridden)
Gets or sets the wait time before terminating the attempt
to execute a command and generating an error.
more...
CommandType (overridden)
Gets or sets a value indicating how the CommandText
property is to be interpreted.
more...
Connection
Gets or sets the SqlConnection used by this instance of the
SqlCommand.
Container
Gets the IContainer that contains the
Component. (Inherited from Component.)
DesignTimeVisible
(overridden)
Gets or sets a value indicating whether the command object
should be visible in a Windows Form Designer control.
Notification
Gets or sets a value that specifies the
SqlNotificationRequest object bound to this command.
NotificationAutoEnlist
Gets or sets a value indicating whether the application
should automatically receive query notifications from a
common SqlDependency object.
Parameters
Gets the SqlParameterCollection.
Site
Gets or sets the ISite of the Component. (Inherited
from Component.)
Transaction
Gets or sets the SqlTransaction within which the SqlCommand
executes.
UpdatedRowSource (overridden)
Gets or sets how command results are applied to the DataRow
when used by the Update method of the
DbDataAdapter.