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: 5.3.0
Syntax
public override ParameterDirection Direction { get; set; }

Property Value

Type: ParameterDirection

Return Value

Type: 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