AbstractDataConnectionAddParameters Method |
Adds the given parameters to the SQL command
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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