Udostępnij za pośrednictwem


RelationalElementTypeExtensions.GetStoreType Metoda

Definicja

Przeciążenia

GetStoreType(IElementType)

Zwraca typ bazy danych elementów.

GetStoreType(IReadOnlyElementType)

Zwraca typ bazy danych elementów lub null jeśli nie można odnaleźć typu bazy danych.

GetStoreType(IElementType)

Zwraca typ bazy danych elementów.

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

Parametry

elementType
IElementType

Element.

Zwraca

Typ bazy danych elementów.

Dotyczy

GetStoreType(IReadOnlyElementType)

Zwraca typ bazy danych elementów lub null jeśli nie można odnaleźć typu bazy danych.

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

Parametry

elementType
IReadOnlyElementType

Element.

Zwraca

Typ bazy danych elementów lub null jeśli nie można odnaleźć typu bazy danych.

Dotyczy