Click or drag to resize
SqlHelperPreprocessQuery Method
Preprocesses the give query.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void PreprocessQuery(
	QueryParameters query
)

Parameters

query
Type: CMS.DataEngineQueryParameters
Query to preprocess
See Also