Partager via


IReadOnlyStoredProcedure.GetStoreIdentifier Méthode

Définition

Retourne l’identificateur de magasin de cette procédure stockée.

public virtual Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? GetStoreIdentifier ();
abstract member GetStoreIdentifier : unit -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
override this.GetStoreIdentifier : unit -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
Public Overridable Function GetStoreIdentifier () As Nullable(Of StoreObjectIdentifier)

Retours

Identificateur de magasin. null s’il n’existe aucun objet store correspondant.

S’applique à