ITableMapping.DeleteStoredProcedureMapping Property

Definition

Gets the corresponding insert stored procedure mapping if it exists.

public Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping? DeleteStoredProcedureMapping { get; }
member this.DeleteStoredProcedureMapping : Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping
Public ReadOnly Property DeleteStoredProcedureMapping As IStoredProcedureMapping

Property Value

Applies to