RelationalPropertyExtensions.GetUpdateStoredProcedureResultColumnMappings Method
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.
Returns the update stored procedure result columns to which the property is mapped.
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureResultColumnMapping> GetUpdateStoredProcedureResultColumnMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetUpdateStoredProcedureResultColumnMappings : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureResultColumnMapping>
<Extension()>
Public Function GetUpdateStoredProcedureResultColumnMappings (property As IProperty) As IEnumerable(Of IStoredProcedureResultColumnMapping)
- property
- IProperty
The property.
The update stored procedure result columns to which the property is mapped.
Product | Versions |
---|---|
Entity Framework Core | 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: