AbstractDataConnection AddParameters Method Kentico 8.0 API Reference
Adds the given parameters to the SQL command

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

cmd
Type: OnlineSystem.Data.Common DbCommand
SQL command
queryParams
Type: OnlineSystem.Collections.Generic IEnumerable DataParameter 
Parameters to add
See Also