Share via


IStoreFunction.EntityTypeMappings Property

Definition

Gets the entity type mappings for the returned row set.

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

Property Value

Applies to