QueryParameterExpression Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |