ColumnReferenceExpression 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.
A column reference expression.
public class ColumnReferenceExpression : System.Linq.Expressions.Expression
type ColumnReferenceExpression = class
inherit Expression
Public Class ColumnReferenceExpression
Inherits Expression
- Inheritance
-
ColumnReferenceExpression
Constructors
ColumnReferenceExpression(AliasExpression, TableExpressionBase) |
Creates a new instance of a ColumnReferenceExpression. |
ColumnReferenceExpression(ColumnExpression, TableExpressionBase) |
Creates a new instance of a ColumnReferenceExpression. |
ColumnReferenceExpression(ColumnReferenceExpression, TableExpressionBase) |
Creates a new instance of a ColumnReferenceExpression. |
Properties
Expression |
The referenced expression. |
Name |
Gets the column name. |
NodeType |
Returns the node type of this Expression. (Inherited from Expression.) |
Table |
The target table. |
Type |
Gets the static type of the expression that this Expression represents. (Inherited from Expression.) |
Methods
Accept(ExpressionVisitor) |
Dispatches to the specific visit method for this node type. |
Equals(Object) |
Tests if this object is considered equal to another. |
GetHashCode() |
Returns a hash code for this object. |
ToString() |
Creates a String representation of the Expression. |
VisitChildren(ExpressionVisitor) |
Reduces the node and then calls the Visit(Expression) method passing the reduced expression. Throws an exception if the node isn't reducible. |
Applies to
Entity Framework