Sphinx |
The SphinxQLCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandText |
Gets or sets the command text to execute.
(Overrides DbCommandCommandText) | |
| CommandTimeout |
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Currently not supported.
(Overrides DbCommandCommandTimeout) | |
| CommandType |
Indicates or specifies how the CommandText property is interpreted.
Setting this property to TableDirect is not supported.
(Overrides DbCommandCommandType) | |
| Connection | Gets or sets the SphinxQLConnection used by this SphinxQLCommand. | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component) | |
| DesignTimeVisible |
Gets or sets a value indicating whether the command object should be visible in a customized interface control.
(Overrides DbCommand.DesignTimeVisible) | |
| Parameters | Gets the collection of SphinxQLParameter objects. | |
| Site | Gets or sets the ISite of the Component. (Inherited from Component) | |
| Transaction | Gets or sets the SphinxQLTransaction within which this SphinxQLCommand object executes. | |
| UpdatedRowSource |
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) |
| Name | Description | |
|---|---|---|
| IDbCommandConnection | Gets or sets the IDbConnection used by this instance of the IDbCommand. (Inherited from DbCommand) | |
| IDbCommandParameters | Gets the IDataParameterCollection. (Inherited from DbCommand) | |
| IDbCommandTransaction | Gets or sets the DbTransaction within which this DbCommand object executes. (Inherited from DbCommand) |