Click or drag to resize

CqlCommand Properties

The CqlCommand type exposes the following members.

Properties
  NameDescription
Public propertyCommandText
Gets or sets the text command to run against the data source.
(Overrides DbCommandCommandText.)
Public propertyCommandTimeout (Overrides DbCommandCommandTimeout.)
Public propertyCommandType (Overrides DbCommandCommandType.)
Public propertyConsistencyLevel
Gets or sets the ConsistencyLevel when executing the current CqlCommand.
Public propertyDesignTimeVisible (Overrides DbCommand.DesignTimeVisible.)
Public propertyIsPrepared
Gets whether this command has been prepared.
Public propertyParameters
Gets the CqlParameters.
Public propertyUpdatedRowSource (Overrides DbCommandUpdatedRowSource.)
Top
See Also