PropertyModel.IsUnicode Property

 

Gets or sets a value indicating if this property model supports Unicode characters. Only valid for textual data types.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual Nullable<bool> IsUnicode {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Boolean>