Click or drag to resize
SpecialFunctions Class
Provides special functions for other classes.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSpecialFunctions

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static class SpecialFunctions

The SpecialFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertDataRowsToParams
Converts source parameters to query data parameters with type convert (e.g.: "true" as boolean type etc.).
Public methodStatic memberCopyDataToDataRow
Copies data from the given DataClass to the given DataRow.
Public methodStatic memberCopyChangedDataToDataRow
Copies changed data for the changed columns from the given DataClass to the given DataRow.
Public methodStatic memberCopyOriginalDataToDataRow
Copies original data for the changed columns from the given DataClass to the given DataRow.
Top
See Also