Aracılığıyla paylaş


RelationalPropertyExtensions.GetUpdateStoredProcedureParameterMappings Yöntem

Tanım

Özelliğin eşlendiği güncelleştirme saklı yordam parametrelerini döndürür.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameterMapping> GetUpdateStoredProcedureParameterMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetUpdateStoredProcedureParameterMappings : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameterMapping>
<Extension()>
Public Function GetUpdateStoredProcedureParameterMappings (property As IProperty) As IEnumerable(Of IStoredProcedureParameterMapping)

Parametreler

property
IProperty

Özellik.

Döndürülenler

Özelliğin eşlendiği saklı yordam parametrelerini güncelleştirme.

Şunlara uygulanır