SelectExpression.Tables 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
組成 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)