PropertyExtensions.IsUnicode(IProperty) Method

Definition

Gets a value indicating whether or not the property can persist Unicode characters.

public static bool? IsUnicode (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsUnicode : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<bool>
<Extension()>
Public Function IsUnicode (property As IProperty) As Nullable(Of Boolean)

Parameters

property
IProperty

The property to get the Unicode setting for.

Returns

The Unicode setting, or null if none is defined.

Applies to