Contents Index DbType property IsNullable property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaParameter class

Direction property


Description 

A value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.

Syntax 

ParameterDirection Direction

Access 

Read-write

Usage 

If the ParameterDirection is output, and execution of the associated AsaCommand does not return a value, the AsaParameter contains a null value. After the last row from the last result set is read, Output, InputOut, and ReturnValue parameters are updated.


Contents Index DbType property IsNullable property