Share via


PropertiesConfigurationBuilder.AreUnicode(Boolean) Method

Definition

Configures whether the property as capable of persisting unicode characters. Can only be set on String properties.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder AreUnicode (bool unicode = true);
abstract member AreUnicode : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder
override this.AreUnicode : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder
Public Overridable Function AreUnicode (Optional unicode As Boolean = true) As PropertiesConfigurationBuilder

Parameters

unicode
Boolean

A value indicating whether the property can contain unicode characters.

Returns

The same builder instance so that multiple configuration calls can be chained.

Applies to