Click or drag to resize
AbstractDataConnectionAddParameters Method
Adds the given parameters to the SQL command

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected void AddParameters(
	DbCommand cmd,
	IEnumerable<DataParameter> queryParams
)

Parameters

cmd
Type: System.Data.CommonDbCommand
SQL command
queryParams
Type: System.Collections.GenericIEnumerableDataParameter
Parameters to add
See Also