Udostępnij za pośrednictwem


IReadOnlyStoredProcedure.GetStoreIdentifier Metoda

Definicja

Zwraca identyfikator magazynu tej procedury składowanej.

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)

Zwraca

Identyfikator magazynu. null jeśli nie ma odpowiadającego mu obiektu magazynu.

Dotyczy