IStoredProcedureMapping.StoredProcedureIdentifier Property

Definition

Gets the stored procedure identifier including whether it's used for insert, delete or update.

public Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier StoredProcedureIdentifier { get; }
member this.StoredProcedureIdentifier : Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public ReadOnly Property StoredProcedureIdentifier As StoreObjectIdentifier

Property Value

Applies to