IReadOnlyStoredProcedure.GetStoreIdentifier Metodo

Definizione

Restituisce l'identificatore dell'archivio di questa stored procedure.

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)

Restituisce

Identificatore dell'archivio. null se non è presente alcun oggetto store corrispondente.

Si applica a