Click or drag to resize
QueryDataParametersGetUpdateQueryColumns Method
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: 8.2.23
Syntax
C#
public string GetUpdateQueryColumns()

Return Value

Type: String
See Also