IStoreStoredProcedure.EntityTypeMappings Property

Definition

Gets the entity type mappings.

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

Property Value

Applies to