Table of Contents

Class ParameterExpression

Namespace
Dynamicweb.Indexing.Querying.Expressions
Assembly
Dynamicweb.Indexing.dll
The Class ParameterExpression represents parameter expression
public class ParameterExpression : Expression
Inheritance
ParameterExpression
Inherited Members

Properties

VariableName

Gets or sets variable name expression based on
public string VariableName { get; set; }

Property Value

string

Methods

ToString()

Converts parameter expression to string
public override string ToString()

Returns

string
String representation of the variable name string expression based on
To top