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

Definition

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

Property Value

ParameterDirection

Return Value

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

Implements

IDataParameterDirection

Exceptions

ArgumentException The property is not set to one of the valid ParameterDirection values.

See Also