ITableBase.ComplexTypeMappings Property

Definition

Gets the complex type mappings.

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

Property Value

Applies to