The properties of the ADOCommand class are listed below. For a complete list of ADOCommand class members, see the ADOCommand Members topic.
ActiveConnection | Gets or sets the ADOConnection used by this instance of the ADOCommand. |
CommandBehavior | Gets or sets the behavior the ADOCommand is to exhibit when executed. |
CommandText | Gets or sets the SQL command text to run against the data source. |
CommandTimeout | Gets or sets the time to wait while executing the command before terminating the attempt and generating an error. |
CommandType (inherited from DBCommand) | Gets or sets how the CommandText property is to be interpreted. |
NamedParameters | Gets or sets whether named parameters are being used. |
Parameters | Gets the collection of ADOParameters. |
Properties | Gets the collection of ADOProperties. |
RowFetchCount | Gets or sets how many rows of data to fetch at a time. |
UpdatedRowSource (inherited from DBCommand) | Gets or sets how command results are to be applied to the current DataRow, when used by the Update method of a DBDataSetCommand. |