SelectExpression.Tables Property

Definition

The list of tables sources used to generate the result set.

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

Property Value

Applies to