CqlCommand Class |
Namespace: Dse.Data
public sealed class CqlCommand : DbCommand
The CqlCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | CqlCommand | Initializes a new instance of the CqlCommand class |
Name | Description | |
---|---|---|
![]() | CommandText | Gets or sets the text command to run against the data source. (Overrides DbCommandCommandText.) |
![]() | CommandTimeout | (Overrides DbCommandCommandTimeout.) |
![]() | CommandType | (Overrides DbCommandCommandType.) |
![]() | ConsistencyLevel |
Gets or sets the ConsistencyLevel when executing the current CqlCommand.
|
![]() | DesignTimeVisible | (Overrides DbCommand.DesignTimeVisible.) |
![]() | IsPrepared |
Gets whether this command has been prepared.
|
![]() | Parameters |
Gets the CqlParameters.
|
![]() | UpdatedRowSource | (Overrides DbCommandUpdatedRowSource.) |
Name | Description | |
---|---|---|
![]() | Cancel | (Overrides DbCommandCancel.) |
![]() | ExecuteNonQuery | (Overrides DbCommandExecuteNonQuery.) |
![]() | ExecuteScalar | (Overrides DbCommandExecuteScalar.) |
![]() | Prepare | (Overrides DbCommandPrepare.) |