다음을 통해 공유


ConverterMappingHints.With(ConverterMappingHints) 메서드

정의

지정된 개체의 힌트를 이 개체에 추가합니다. 이미 지정된 힌트는 재정의되지 않습니다.

public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints With (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints hints);
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints With (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? hints);
abstract member With : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints
override this.With : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints
Public Overridable Function With (hints As ConverterMappingHints) As ConverterMappingHints

매개 변수

hints
ConverterMappingHints

추가할 힌트입니다.

반환

결합된 힌트입니다.

설명

자세한 내용 및 예제 는 EF Core 값 변환기를 참조하세요.

적용 대상