ITableBase.EntityTypeMappings 属性

定义

获取实体类型映射。

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

属性值

适用于