Share via


SelectExpression.Tables 屬性

定義

用來產生結果集的資料表來源清單。

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)

屬性值

適用於