Click or drag to resize

SphinxQLParameter Properties

The SphinxQLParameter type exposes the following members.

Properties
 NameDescription
Public propertyDbType Gets or sets the DbType of the parameter.
(Overrides DbParameterDbType)
Public propertyDirection 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)
Public propertyIsNullable Gets or sets a value that indicates whether the parameter accepts null values.
(Overrides DbParameter.IsNullable)
Public propertyParameterName Gets or sets the name of the SphinxQLParameter.
(Overrides DbParameterParameterName)
Public propertyPrecision[Supported in the .NET Framework 4.5.1 and later versions] Gets or sets the maximum number of digits used to represent the Value property.
(Inherited from DbParameter)
Public propertyScaleGets or sets the number of decimal places to which Value is resolved.
(Inherited from DbParameter)
Public propertySize Gets or sets the maximum size, in bytes, of the data within the column.
(Overrides DbParameterSize)
Public propertySourceColumn Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
(Overrides DbParameterSourceColumn)
Public propertySourceColumnNullMapping 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)
Public propertySourceVersion Gets or sets the DataRowVersion to use when you load Value.
(Overrides DbParameterSourceVersion)
Public propertySphinxType Gets or sets the SphinxType of this instance. Default is String.
Public propertyValue Gets or sets the value of the parameter. Default is null.
(Overrides DbParameterValue)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyIDbDataParameterPrecisionIndicates the precision of numeric parameters.
(Inherited from DbParameter)
Explicit interface implementationPrivate propertyIDbDataParameterScaleFor a description of this member, see Scale.
(Inherited from DbParameter)
Top
See Also