Click or drag to resize
QueryInfoProviderGetQueryTypeID Method
Gets the query type ID based on the given type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static int GetQueryTypeID(
	QueryTypeEnum queryType
)

Parameters

queryType
Type: CMS.DataEngineQueryTypeEnum
Query type

Return Value

Type: Int32
See Also