PROPERTY:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Indicates the direction type of a parameter.

 

 

 

 

PROPERTY OF:

 

 

ADOParameter

 

 

 

 

VALUE:

DESCRIPTION:

 

0

Unknown

 

1

Input (Default)

 

2

Output

 

3

Input Output

 

4

Return Value

 

 

 

DESCRIPTION:

 

 

Use the direction property to specify how a parameter is passed to or from a procedure.

 

 

 

Not all providers can determine the direction of parameters in their stored procedures.

 

In these cases, you must set the direction property before you execute the command.