Click or drag to resize

SphinxQLCommand Properties

The SphinxQLCommand type exposes the following members.

Properties
  NameDescription
Public propertyCommandText
Gets or sets the command text to execute.
(Overrides DbCommandCommandText.)
Public propertyCommandTimeout
Gets or sets the wait time before terminating the attempt to execute a command and generating an error. Currently not supported.
(Overrides DbCommandCommandTimeout.)
Public propertyCode exampleCommandType
Indicates or specifies how the CommandText property is interpreted. Setting this property to TableDirect is not supported.
(Overrides DbCommandCommandType.)
Public propertyConnection
Gets or sets the SphinxQLConnection used by this SphinxQLCommand.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyDesignTimeVisible
Gets or sets a value indicating whether the command object should be visible in a customized interface control.
(Overrides DbCommand.DesignTimeVisible.)
Public propertyParameters
Gets the collection of SphinxQLParameter objects.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyTransaction
Gets or sets the SphinxQLTransaction within which this SphinxQLCommand object executes.
Public propertyUpdatedRowSource
Gets or sets how command results are applied to the DataRow when used by the Update method of a DbDataAdapter. Currently not supported.
(Overrides DbCommandUpdatedRowSource.)
Top
Explicit Interface Implementations
See Also