다음을 통해 공유


RelationalElementTypeExtensions.FindRelationalTypeMapping 메서드

정의

RelationalTypeMapping 완료된 모델의 지정된 요소에 대한 를 반환합니다.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType elementType);
[<System.Diagnostics.DebuggerStepThrough>]
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (elementType As IReadOnlyElementType) As RelationalTypeMapping

매개 변수

elementType
IReadOnlyElementType

요소입니다.

반환

형식 매핑이거나 null , 없는 경우 입니다.

특성

적용 대상