The properties of the SQLCommand class are listed below. For a complete list of SQLCommand class members, see the SQLCommand Members topic.
ActiveConnection | Gets or sets the SQLConnection used by this instance of the SQLCommand. |
CommandBehavior | Gets or sets the behavior the SQLCommand is to exhibit when executed. |
CommandText | Gets or sets the SQL text command to run against the data source. |
CommandTimeout | Gets or sets the wait time before terminating the attempt to connect and generating an error. |
CommandType | Gets or sets how the CommandText property is to be interpreted. |
Parameters | Gets the collection of SQLParameters. |
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. |