Click or drag to resize
QueryDataParametersGetCompleteQueryText Method
Gets the complete query text updated with the parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string GetCompleteQueryText(
	string queryText
)

Parameters

queryText
Type: SystemString
Query text template

Return Value

Type: String
See Also