Share via


ColumnModel.IsUnicode Property

Definition

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

public virtual Nullable<bool> IsUnicode { get; set; }
member this.IsUnicode : Nullable<bool> with get, set
Public Overridable Property IsUnicode As Nullable(Of Boolean)

Property Value

Applies to