Aracılığıyla paylaş


RelationalPropertyExtensions.GetInsertStoredProcedureParameterMappings Yöntem

Tanım

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

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

Özelliğin eşlendiği saklı yordam parametrelerini ekleyin.

Şunlara uygulanır