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.6.0
Syntaxpublic override ParameterDirection Direction { get; set; }Return Value
Type: 
ParameterDirection
            One of the 
ParameterDirection values.
            The default is Input.
            
Implements
IDataParameterDirection
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | Cql only supports input parameters | 
See Also