EdmProperty.IsUnicode Property

 

Gets or sets whether this property is a Unicode property.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<bool> IsUnicode { get; set; }

Property Value

Type: System.Nullable<Boolean>

true if this property is a Unicode property; otherwise, false.