RelationalPropertyExtensions.GetUpdateStoredProcedureResultColumnMappings Method

Definition

Returns the update stored procedure result columns to which the property is mapped.

C#
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureResultColumnMapping> GetUpdateStoredProcedureResultColumnMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);

Parameters

property
IProperty

The property.

Returns

The update stored procedure result columns to which the property is mapped.

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0