다음을 통해 공유


RelationalPropertyExtensions.FindRelationalTypeMapping 메서드

정의

오버로드

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

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

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

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

FindRelationalTypeMapping(IProperty)

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

FindRelationalTypeMapping(IReadOnlyProperty)

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

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

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

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

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

적용 대상

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

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

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

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

적용 대상

FindRelationalTypeMapping(IProperty)

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

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

매개 변수

property
IProperty

속성입니다.

반환

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

특성

적용 대상

FindRelationalTypeMapping(IReadOnlyProperty)

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

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

매개 변수

property
IReadOnlyProperty

속성입니다.

반환

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

특성

적용 대상