Click or drag to resize

BatchActionQuery.AddParameters 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.4.0.0 (5.4.0)
Syntax
public void AddParameters(
	List<DbParameter> parametersToAdd
)

Parameters

parametersToAdd
Type: System.Collections.Generic.List<DbParameter>
The parameters to add.

Implements

IQuery.AddParameters(List<DbParameter>)
See Also