Sphinx QLParameterDirection 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
One of the ParameterDirection values. The default is Input.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override ParameterDirection Direction { get; set; }VB
Public Overrides Property Direction As ParameterDirection
Get
SetProperty Value
ParameterDirectionReturn Value
ParameterDirectionOne of the ParameterDirection values. The default is Input.
Implements
IDataParameterDirectionExceptions
| ArgumentException | The property is not set to one of the valid ParameterDirection values. |