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 propertyConnection
Gets or sets the DbConnection used by this DbCommand.
(Inherited from DbCommand.)
Public propertyConsistencyLevel
Gets or sets the ConsistencyLevel when executing the current CqlCommand.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyDesignTimeVisible (Overrides DbCommandDesignTimeVisible.)
Public propertyIsPrepared
Gets whether this command has been prepared.
Public propertyParameters
Gets the CqlParameters.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyTransaction
Gets or sets the DbTransaction within which this DbCommand object executes.
(Inherited from DbCommand.)
Public propertyUpdatedRowSource (Overrides DbCommandUpdatedRowSource.)
Top
See Also