Click or drag to resize
SqlGeneratorGetQueryType Method
Gets query type due to specified query name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static SqlOperationTypeEnum GetQueryType(
	string queryName
)

Parameters

queryName
Type: SystemString
Name of the query

Return Value

Type: SqlOperationTypeEnum
See Also