The properties of System.Data.SqlClient.SqlCommand are listed below. For a list of all members, see the SqlCommand Members list.
See Also: Inherited members from System.Data.Common.DbCommand
overrideCommandText string. Gets or sets a T-SQL statement or stored procedure to execute on a SQL Server database. overrideCommandTimeout int. Gets or sets the amount of time the SqlConnection instance will attempt to execute before giving up. overrideCommandType System.Data.CommandType. Documentation for this section has not yet been entered. Connection SqlConnection. The associated SqlConnection the SqlCommand will use to communicate with the SQL Server database. overrideDesignTimeVisible bool. Documentation for this section has not yet been entered. Notification System.Data.Sql.SqlNotificationRequest. Documentation for this section has not yet been entered. NotificationAutoEnlist bool. Documentation for this section has not yet been entered. [read-only] Parameters SqlParameterCollection. Gets the list of Parameters used when executing a command. Transaction SqlTransaction. Documentation for this section has not yet been entered. overrideUpdatedRowSource System.Data.UpdateRowSource. Documentation for this section has not yet been entered.
overrideDbConnection System.Data.Common.DbConnection. Documentation for this section has not yet been entered. [read-only] overrideDbParameterCollection System.Data.Common.DbParameterCollection. Documentation for this section has not yet been entered. overrideDbTransaction System.Data.Common.DbTransaction. Documentation for this section has not yet been entered.