RuntimeProperty.IReadOnlyProperty.IsUnicode 方法

定义

获取一个值,该值指示属性是否可以持久保存 Unicode 字符。

[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

返回

Unicode 设置,如果未 null 定义,则为 。

实现

属性

适用于