Share via


ElementTypeBuilder.IsUnicode(Boolean) Method

Definition

Configures whether elements of the collection are capable of persisting unicode characters.

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

Parameters

unicode
Boolean

A value indicating whether elements of the collection can contain unicode characters.

Returns

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

Applies to