Compartir a través de


IReadOnlyStoredProcedure.GetStoreIdentifier Método

Definición

Devuelve el identificador de almacén de este procedimiento almacenado.

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)

Devoluciones

Identificador de almacén. null si no hay ningún objeto de almacén correspondiente.

Se aplica a