Click or drag to resize

ExpressionParameter Method

Creates a ParameterExpression with the specified parameter name.

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Expression Parameter(
	string parameterName
)

Parameters

parameterName
Type: SystemString
Name of the variable.

Return Value

Type: Expression
Result expression
See Also