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:  Cassandra.Data
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.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