IDalCommandParams.Add

Syntax

Add(Name: String): IDalCommandParam;

Parameters

Name - name of the added parameter.

Description

The Add method adds a parameter that is used in the SQL query.

Comments

This method can be used if the the Type property is set to DalCommandType.StoredProcedure.

Example

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

See also:

IDalCommandParams