| SphinxQLParameter Properties |
The SphinxQLParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| DbType |
Gets or sets the DbType of the parameter.
(Overrides DbParameterDbType.) | |
| Direction |
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional,
or a stored procedure return value parameter. Not supported by Sphinx. All parameters are assumed to
be input parameters
(Overrides DbParameterDirection.) | |
| IsNullable |
Gets or sets a value that indicates whether the parameter accepts null values.
(Overrides DbParameterIsNullable.) | |
| ParameterName |
Gets or sets the name of the SphinxQLParameter.
(Overrides DbParameterParameterName.) | |
| Size |
Gets or sets the maximum size, in bytes, of the data within the column.
(Overrides DbParameterSize.) | |
| SourceColumn |
Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
(Overrides DbParameterSourceColumn.) | |
| SourceColumnNullMapping |
Gets or sets a value which indicates whether the source column is nullable. This allows DbCommandBuilder to correctly generate Update statements for nullable columns.
(Overrides DbParameterSourceColumnNullMapping.) | |
| SourceVersion |
Gets or sets the DataRowVersion to use when you load Value.
(Overrides DbParameterSourceVersion.) | |
| SphinxType |
Gets or sets the SphinxType of this instance. Default is String.
| |
| Value |
Gets or sets the value of the parameter. Default is null.
(Overrides DbParameterValue.) |
| Name | Description | |
|---|---|---|
| IDbDataParameterPrecision | Indicates the precision of numeric parameters. (Inherited from DbParameter.) | |
| IDbDataParameterScale | For a description of this member, see Scale. (Inherited from DbParameter.) |