CommandText | Gets and sets the command text of the command |
CommandType | Gets and sets the command type of this command |
Parameters | Gets the parameters being used in this command |
Transaction | Gets and sets the connection on which this command is operating |
ExecuteNonQuery | Executes the command and returns the number of rows altered |
ExecuteReader | Executes the command and gets the associated DataReader |
ExecuteScalar | Executes the query and returns the value from the first row and column |