다음을 통해 공유


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 데이터베이스 형식을 찾을 수 없는 경우 입니다.

적용 대상