다음을 통해 공유


MutablePropertyExtensions.SetTypeMapping 메서드

정의

CoreTypeMapping 지정된 속성에 대한 를 설정합니다.

public static Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping SetTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping typeMapping);
static member SetTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
<Extension()>
Public Function SetTypeMapping (property As IMutableProperty, typeMapping As CoreTypeMapping) As CoreTypeMapping

매개 변수

property
IMutableProperty

속성입니다.

typeMapping
CoreTypeMapping

CoreTypeMapping 이 속성의 입니다.

반환

적용 대상