The following tables list the members exposed by IDbCommand.
Public Properties
| Name | Description |
 | CommandText | Sets or returns the text statement to execute against the data source. |
 | CommandTimeout | Sets or returns the length of time in seconds to wait before terminating the attempt to execute the command and generating an error. |
 | CommandType | Specifies how to interpret the statement in CommandText. |
 | Parameters | Returns the collection of parameters. |
 | Transaction | Sets or returns the transaction in which this command executes. |
Top
Public Methods
See Also