SelectExpression.Tables Property
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.
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)