Click or drag to resize
ISqlGenerator Interface
Sql generator interface.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public interface ISqlGenerator

The ISqlGenerator type exposes the following members.

Methods
  NameDescription
Public methodGetSqlQuery
Generates the given type of query for table specified by its className.
Public methodGetSystemViewSqlQuery
View name.
Top
See Also