IConventionPropertyBuilder.IsUnicode(Nullable<Boolean>, Boolean) 方法

定义

将 属性配置为能够持久保存 unicode 字符。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder IsUnicode (bool? unicode, bool fromDataAnnotation = false);
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder? IsUnicode (bool? unicode, bool fromDataAnnotation = false);
abstract member IsUnicode : Nullable<bool> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
Public Function IsUnicode (unicode As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As IConventionPropertyBuilder

参数

unicode
Nullable<Boolean>

一个值,该值指示 属性是否可以包含 unicode 字符。

fromDataAnnotation
Boolean

指示是否使用数据注释指定配置。

返回

如果应用了配置,则为同一生成器实例, null 否则为 。

适用于