The properties of the DBCommand class are listed below. For a complete list of DBCommand class members, see the DBCommand Members topic.
CommandBehavior | Gets or sets the behavior the DBCommand is to exhibit when executed. |
CommandText | Gets or sets the text command to run against the data source. |
CommandType | Gets or sets how the CommandText property is to be interpreted. |
UpdatedRowSource | Gets or sets how command results are to be applied to the current DataRow, when used by the Update method of a DBDataSetCommand. |