Click or drag to resize
BatchActionQueryAddParameters Method
Adds the parameters to the query's command.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void AddParameters(
	List<DbParameter> parametersToAdd
)

Parameters

parametersToAdd
Type: System.Collections.GenericListDbParameter
The parameters to add.

Implements

IQueryAddParameters(ListDbParameter)
See Also