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.DataAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public override ParameterDirection Direction { get; set; }
Return Value
Type:
ParameterDirection
One of the
ParameterDirection values.
The default is Input.
Implements
IDataParameterDirectionExceptions Exception | Condition |
---|
NotSupportedException | Cql only supports input parameters |
See Also