次の方法で共有


RelationalElementTypeExtensions.GetStoreType メソッド

定義

オーバーロード

GetStoreType(IElementType)

要素のデータベース型を返します。

GetStoreType(IReadOnlyElementType)

要素のデータベース型を返します。または null 、データベース型が見つからなかった場合は を返します。

GetStoreType(IElementType)

要素のデータベース型を返します。

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

パラメーター

elementType
IElementType

要素。

戻り値

要素のデータベース型。

適用対象

GetStoreType(IReadOnlyElementType)

要素のデータベース型を返します。または null 、データベース型が見つからなかった場合は を返します。

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

パラメーター

elementType
IReadOnlyElementType

要素。

戻り値

要素のデータベース型。データベース null 型が見つからなかった場合は 。

適用対象