IStoredProcedureMapping.ResultColumnMappings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)