다음을 통해 공유


RelationalTypeMapperExtensions.GetMappingForValue 메서드

정의

주의

Use IRelationalTypeMappingSource instead.

매핑을 찾을 수 없는 경우 throw되는 지정된 개체의 관계형 데이터베이스 형식을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetMappingForValue (this Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper typeMapper, object value);
[System.Obsolete("Use IRelationalTypeMappingSource instead.")]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetMappingForValue (this Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper typeMapper, object value);
static member GetMappingForValue : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper * obj -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
[<System.Obsolete("Use IRelationalTypeMappingSource instead.")>]
static member GetMappingForValue : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper * obj -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetMappingForValue (typeMapper As IRelationalTypeMapper, value As Object) As RelationalTypeMapping

매개 변수

typeMapper
IRelationalTypeMapper

형식 매퍼입니다.

value
Object

매핑을 가져올 개체입니다.

반환

사용할 형식 매핑입니다.

특성

적용 대상