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 propertyContainerGets 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 propertySiteGets 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
 NameDescription
Explicit interface implementationPrivate propertyIDbCommandConnectionGets or sets the IDbConnection used by this instance of the IDbCommand.
(Inherited from DbCommand)
Explicit interface implementationPrivate propertyIDbCommandParametersGets the IDataParameterCollection.
(Inherited from DbCommand)
Explicit interface implementationPrivate propertyIDbCommandTransactionGets or sets the DbTransaction within which this DbCommand object executes.
(Inherited from DbCommand)
Top
See Also