ISqlGeneratorGetSqlQuery Method |
Generates the given type of query for table specified by its className.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax string GetSqlQuery(
string className,
SqlOperationTypeEnum queryType,
string siteName
)
Parameters
- className
- Type: SystemString
Class name of the document data - queryType
- Type: CMS.DataEngineSqlOperationTypeEnum
Query type - siteName
- Type: SystemString
CodeName of the site
Return Value
Type:
StringSee Also