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)

属性值

适用于