ConnectionHelperUpdateAll Method |
Note: This API is now obsolete.
Runs the update all query of the given class name
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Use mass update method on respective info provider.")]
public static void UpdateAll(
string className,
string where,
QueryDataParameters parameters
)
Parameters
- className
- Type: SystemString
Class name - where
- Type: SystemString
Where condition - parameters
- Type: CMS.DataEngineQueryDataParameters
Parameters with the data to update
See Also