The SphinxQLParameter type exposes the following members.

Constructors

  Name Description
Public method SphinxQLParameter()()()()
Initializes a new instance of the SphinxQLParameter class.
Public method SphinxQLParameter(String, SphinxType)
Initializes a new instance of the SphinxQLParameter class.
Public method SphinxQLParameter(String, Object)
Initializes a new instance of the SphinxQLParameter class.
Public method SphinxQLParameter(String, Object, SphinxType)
Initializes a new instance of the SphinxQLParameter class.

Methods

  Name Description
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method ResetDbType
Resets the DbType property to its original settings.
(Overrides DbParameter..::..ResetDbType()()()().)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property DbType
Gets or sets the DbType of the parameter.
(Overrides DbParameter..::..DbType.)
Public property 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 DbParameter..::..Direction.)
Public property IsNullable
Gets or sets a value that indicates whether the parameter accepts null values.
(Overrides DbParameter..::..IsNullable.)
Public property ParameterName
Gets or sets the name of the SphinxQLParameter.
(Overrides DbParameter..::..ParameterName.)
Public property Size
Gets or sets the maximum size, in bytes, of the data within the column.
(Overrides DbParameter..::..Size.)
Public property SourceColumn
Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
(Overrides DbParameter..::..SourceColumn.)
Public property 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 DbParameter..::..SourceColumnNullMapping.)
Public property SourceVersion
Gets or sets the DataRowVersion to use when you load Value.
(Overrides DbParameter..::..SourceVersion.)
Public property SphinxType
Gets or sets the SphinxType of this instance. Default is String.
Public property Value
Gets or sets the value of the parameter. Default is null.
(Overrides DbParameter..::..Value.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IDbDataParameter..::..Precision
For a description of this member, see Precision.
(Inherited from DbParameter.)
Explicit interface implemetation Private property IDbDataParameter..::..Scale
For a description of this member, see Scale.
(Inherited from DbParameter.)

See Also