Microsoft SDK for Java

AdoEnums.ParameterDirection Class Fields

The ParameterDirection class contains the fields shown in the following table.

Constant Value Description
UNKNOWN 0 Indicates parameter direction is unknown.
INPUT 1 Default. Indicates an input parameter.
OUTPUT 2 Indicates an output parameter.
INPUTOUTPUT 3 Indicates both an input and output parameter.
RETURNVALUE 4 Indicates a return value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.