IDalCommandParam.Direction

Syntax

Direction: DalParamDirection;

Description

The Direction property determines a destination of SQL query parameter.

Comments

The property is set to DalParamDirection.Input by default.

Example

The property use is given in the example for the IDalCommand.Type property.

See also:

IDalCommandParam