ISQLiteConnectionStringBuilderUseUTF16Encoding Property |
See SQLite docs.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool UseUTF16Encoding { get; set; }
Property UseUTF16Encoding As Boolean
Get
Set
property bool UseUTF16Encoding {
bool get ();
void set (bool value);
}
abstract UseUTF16Encoding : bool with get, set
Property Value
Type:
BooleanSee Also