Click or drag to resize
QueryColumnSqlFunctions Class
Provides extension methods with SQL functions applicable to the QueryColumn object.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineQueryColumnSqlFunctions

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

The QueryColumnSqlFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCast
Applies CAST function to the column.
Public methodStatic memberIsNull
Applies ISNULL function to the column.
Top
See Also