Click or drag to resize
QueryDataParametersGetUpdateQueryColumns Method

Note: This API is now obsolete.

Gets the columns representation for the update query in the form of Column1 = @Column1, Column2 = @Column2, etc.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method should not be used in custom code and will be removed.")]
public string GetUpdateQueryColumns()

Return Value

Type: String
See Also