TableExpressionBase Class

Definition

A base class for SQL table expressions.

public abstract class TableExpressionBase : System.Linq.Expressions.Expression
type TableExpressionBase = class
    inherit Expression
Public MustInherit Class TableExpressionBase
Inherits Expression
Inheritance
TableExpressionBase
Derived

Constructors

TableExpressionBase(IQuerySource, String)

Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase class.

Properties

Alias

Gets the alias.

NodeType

Returns the node type of this Expression. (Inherited from Expression.)

QuerySource

Gets the query source.

Type

Gets the static type of the expression that this Expression represents. (Inherited from Expression.)

Methods

HandlesQuerySource(IQuerySource)

Determines whether or not this TableExpressionBase handles the given query source.

PreProcessQuerySource(IQuerySource)

Pre-processes the given Remotion.Linq.Clauses.IQuerySource.

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