Aracılığıyla paylaş


RelationalPropertyExtensions.GetDeleteStoredProcedureParameterMappings Yöntem

Tanım

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

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

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

Şunlara uygulanır