Bagikan melalui


RelationalTypeBaseExtensions.GetDeleteStoredProcedureMappings Metode

Definisi

Mengembalikan prosedur tersimpan penghapusan yang jenisnya dipetakan.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping> GetDeleteStoredProcedureMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetDeleteStoredProcedureMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping>
<Extension()>
Public Function GetDeleteStoredProcedureMappings (typeBase As ITypeBase) As IEnumerable(Of IStoredProcedureMapping)

Parameter

typeBase
ITypeBase

Jenisnya.

Mengembalikan

Prosedur tersimpan penghapusan tempat jenis dipetakan.

Berlaku untuk