Add(Name: String): IDalCommandParam;
Name - name of the added parameter.
The Add method adds a parameter that is used in the SQL query.
This method can be used if the the Type property is set to DalCommandType.StoredProcedure.
The method use is given in the example for the IDalCommand.Type property.
See also: