Table of Contents

Interface ISqlGenerator

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Sql generator interface.

[Obsolete("Interface is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 2)]
public interface ISqlGenerator
Extension Methods

Methods

GetSqlQuery(string, SqlOperationTypeEnum)

Generates the given type of query for table specified by its className.

string GetSqlQuery(string className, SqlOperationTypeEnum queryType)

Parameters

className string

Class name of the document data

queryType SqlOperationTypeEnum

Query type

Returns

string