Click or drag to resize
CqlParameterDirection Property
Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.

Namespace: Dse.Data
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public override ParameterDirection Direction { get; set; }

Return Value

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

Implements

IDataParameterDirection
Exceptions
ExceptionCondition
NotSupportedExceptionCql only supports input parameters
See Also