ITableMapping.InsertStoredProcedureMapping Property

Definition

Gets the corresponding insert stored procedure mapping if it exists.

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

Property Value

Applies to