IStoredProcedureMapping.ResultColumnMappings Property

Definition

Gets the result column mappings corresponding to the target stored procedure.

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

Property Value

Applies to