Share via


RelationalElementTypeExtensions.GetStoreType Metodo

Definizione

Overload

GetStoreType(IElementType)

Restituisce il tipo di database degli elementi.

GetStoreType(IReadOnlyElementType)

Restituisce il tipo di database degli elementi oppure null se il tipo di database non è stato trovato.

GetStoreType(IElementType)

Restituisce il tipo di database degli elementi.

public static string GetStoreType (this Microsoft.EntityFrameworkCore.Metadata.IElementType elementType);
static member GetStoreType : Microsoft.EntityFrameworkCore.Metadata.IElementType -> string
<Extension()>
Public Function GetStoreType (elementType As IElementType) As String

Parametri

elementType
IElementType

Elemento.

Restituisce

Tipo di database degli elementi.

Si applica a

GetStoreType(IReadOnlyElementType)

Restituisce il tipo di database degli elementi oppure null se il tipo di database non è stato trovato.

public static string? GetStoreType (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType elementType);
static member GetStoreType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType -> string
<Extension()>
Public Function GetStoreType (elementType As IReadOnlyElementType) As String

Parametri

elementType
IReadOnlyElementType

Elemento.

Restituisce

Tipo di database degli elementi o null se non è stato possibile trovare il tipo di database.

Si applica a