IDbCommand Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| CommandText | Gets or sets the text command to run against the data source. |
| CommandTimeout | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
| CommandType | Indicates or specifies how the CommandText property is interpreted. |
| Connection | Gets or sets the IDbConnection used by this instance of the IDbCommand. |
| Parameters | Gets the IDataParameterCollection. |
| Transaction | Gets or sets the transaction within which the Command object of a .NET Framework data provider executes. |
| UpdatedRowSource | Gets or sets how command results are applied to the DataRow when used by the Update method of a DbDataAdapter. |