다음을 통해 공유


RuntimeProperty.IReadOnlyProperty.IsUnicode 메서드

정의

속성이 유니코드 문자를 유지할 수 있는지 여부를 나타내는 값을 가져옵니다.

[System.Diagnostics.DebuggerStepThrough]
bool? IReadOnlyProperty.IsUnicode ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsUnicode : unit -> Nullable<bool>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsUnicode : unit -> Nullable<bool>
Function IsUnicode () As Nullable(Of Boolean) Implements IReadOnlyProperty.IsUnicode

반환

유니코드 설정이거나 null , 정의되지 않은 경우 입니다.

구현

특성

적용 대상