Dela via


SelectExpression.Tables Property

Definition

The tables making up the FROM part of the SELECT expression.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase> Tables { get; }
member this.Tables : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase>
Public Overridable ReadOnly Property Tables As IReadOnlyList(Of TableExpressionBase)

Property Value

Applies to