다음을 통해 공유


RelationalPropertyExtensions.GetRelationalTypeMapping 메서드

정의

오버로드

GetRelationalTypeMapping(IProperty)

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

GetRelationalTypeMapping(IReadOnlyProperty)

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

GetRelationalTypeMapping(IProperty)

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

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IProperty) As RelationalTypeMapping

매개 변수

property
IProperty

속성입니다.

반환

형식 매핑입니다.

특성

적용 대상

GetRelationalTypeMapping(IReadOnlyProperty)

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

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IReadOnlyProperty) As RelationalTypeMapping

매개 변수

property
IReadOnlyProperty

속성입니다.

반환

형식 매핑입니다.

특성

적용 대상