IDalCommandParams.Item

Syntax

Item(Index: Integer): IDalCommandParam;

Parameters

Index - parameter index.

Description

The Item property returns SQL query parameters.

Example

The property use is given in the example for the IDalCommandParams.Count property.

See also:

IDalCommandParams