ConnectionManagerFlatFileClass.Unicode Property

Definition

Gets or sets a value that indicates whether the connection supports Unicode functionality.

public:
 virtual property bool Unicode { bool get(); void set(bool value); };
public virtual bool Unicode { get; set; }
member this.Unicode : bool with get, set
Public Overridable Property Unicode As Boolean

Property Value

true if the connection supports Unicode functionality; otherwise, false.

Implements

Applies to