共用方式為


SelectExpression.Tables 屬性

定義

組成 SELECT 運算式之 FROM 部分的資料表。

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)

屬性值

適用於