共用方式為


IRelationalModel.Tables 屬性

定義

傳回模型中對應的所有資料表。

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITable> Tables { get; }
member this.Tables : seq<Microsoft.EntityFrameworkCore.Metadata.ITable>
Public ReadOnly Property Tables As IEnumerable(Of ITable)

屬性值

適用於