| CqlCommand Properties | 
The CqlCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandText | Gets or sets the text command to run against the data source.  (Overrides DbCommandCommandText.) | |
| CommandTimeout | (Overrides DbCommandCommandTimeout.) | |
| CommandType | (Overrides DbCommandCommandType.) | |
| Connection | Gets or sets the DbConnection used by this DbCommand.  (Inherited from DbCommand.) | |
| ConsistencyLevel | 
            Gets or sets the ConsistencyLevel when executing the current CqlCommand.
              | |
| Container | Gets the IContainer that contains the Component.  (Inherited from Component.) | |
| DesignTimeVisible | (Overrides DbCommandDesignTimeVisible.) | |
| IsPrepared | 
            Gets whether this command has been prepared.
              | |
| Parameters | 
            Gets the CqlParameters.
              | |
| Site | Gets or sets the ISite of the Component.  (Inherited from Component.) | |
| Transaction | Gets or sets the DbTransaction within which this DbCommand object executes.  (Inherited from DbCommand.) | |
| UpdatedRowSource | (Overrides DbCommandUpdatedRowSource.) |