Udostępnij za pośrednictwem


RelationalPropertyExtensions.GetInsertStoredProcedureParameterMappings Metoda

Definicja

Zwraca parametry procedury składowanej wstawiania, do których jest mapowana właściwość.

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)

Parametry

property
IProperty

Właściwość.

Zwraca

Wstaw parametry procedury składowanej, do których jest mapowana właściwość.

Dotyczy