Click or drag to resize
QueryValueExpressionAs Method
Changes the name of the expression parameter to the given name

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public QueryValueExpression As(
	string name
)

Parameters

name
Type: SystemString
Name for the parameter

Return Value

Type: QueryValueExpression
See Also