Click or drag to resize
SqlGenerator Class
Generates SQL queries for given table.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSqlGenerator

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

The SqlGenerator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetQueryType
Gets query type due to specified query name.
Public methodStatic memberGetSqlQuery
Generates the given type of query for table specified by its className.
Public methodStatic memberGetSystemViewSqlQuery
View name.
Public methodStatic memberIsSystemQuery
Check if the specified query is system query.
Top
See Also