| ExpressionParameter Method |
Namespace:
Dynamicweb.Indexing.Querying.Expressions
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public static Expression Parameter(
string parameterName
)
Public Shared Function Parameter (
parameterName As String
) As Expression
Parameters
- parameterName
- Type: SystemString
Name of the variable.
Return Value
Type:
ExpressionResult expression
See Also