RelationalPropertyExtensions.GetUpdateStoredProcedureParameterMappings Method

Definition

Returns the update stored procedure parameters to which the property is mapped.

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

Parameters

property
IProperty

The property.

Returns

The update stored procedure parameters to which the property is mapped.

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0