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.0.0.0 (5.0.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