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
stringClass name of the document data
queryType
SqlOperationTypeEnumQuery type
Returns
- string