SqlCommand Properties
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnEncryptionSetting | Gets or sets the column encryption setting for this command. |
![]() | CommandText | Gets or sets the Transact-SQL statement, table name or stored procedure to execute at the data source.(Overrides DbCommand::CommandText.) |
![]() | CommandTimeout | Gets or sets the wait time before terminating the attempt to execute a command and generating an error.(Overrides DbCommand::CommandTimeout.) |
![]() | CommandType | Gets or sets a value indicating how the CommandText property is to be interpreted.(Overrides DbCommand::CommandType.) |
![]() | 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 | Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.(Overrides DbCommand::DesignTimeVisible.) |
![]() | 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 | |
![]() | Transaction | Gets or sets the SqlTransaction within which the SqlCommand executes. |
![]() | UpdatedRowSource | Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter.(Overrides DbCommand::UpdatedRowSource.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDbCommand::Connection | Gets or sets the IDbConnection used by this instance of the IDbCommand.(Inherited from DbCommand.) |
![]() ![]() | IDbCommand::Parameters | Gets the IDataParameterCollection.(Inherited from DbCommand.) |
![]() ![]() | IDbCommand::Transaction | Gets or sets the DbTransaction within which this DbCommand object executes.(Inherited from DbCommand.) |


