IDalCommand.Params

Syntax

Params: IDalCommandParams;

Description

The Params property returns SQL query parameters.

Comments

The collection of parameters is filled in automatically on executing the Prepare method.

Example

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

See also:

IDalCommand