Click or drag to resize

SphinxQLParameterDirection Property

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

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override ParameterDirection Direction { get; set; }

Property Value

ParameterDirection

Return Value

ParameterDirection
One of the ParameterDirection values. The default is Input.

Implements

IDataParameterDirection
Exceptions
ExceptionCondition
ArgumentException The property is not set to one of the valid ParameterDirection values.
See Also