Share via


QueryParameterExpression Class

Definition

An expression representation a query parameter (captured variable) in the filter expression.

public ref class QueryParameterExpression : System::Linq::Expressions::Expression
[System.Diagnostics.CodeAnalysis.Experimental("MEVD9001")]
public class QueryParameterExpression : System.Linq.Expressions.Expression
public class QueryParameterExpression : System.Linq.Expressions.Expression
[<System.Diagnostics.CodeAnalysis.Experimental("MEVD9001")>]
type QueryParameterExpression = class
    inherit Expression
type QueryParameterExpression = class
    inherit Expression
Public Class QueryParameterExpression
Inherits Expression
Inheritance
QueryParameterExpression
Attributes

Constructors

QueryParameterExpression(String, Object, Type)

An expression representation a query parameter (captured variable) in the filter expression.

Properties

Name

The name of the parameter.

NodeType

Gets the node type of this Expression.

Type

Gets the static type of the expression that this Expression represents.

Value

The value of the parameter.

Methods

VisitChildren(ExpressionVisitor)

Reduces the node and then calls the visitor delegate on the reduced expression. The method throws an exception if the node is not reducible.

Applies to