Gets or sets the character encoding (
Text.Encoding) for the connection.
Syntax
'Declaration
Public Property SessionCharacterSet As String
'Usage
Dim instance As TdConnectionStringBuilder
Dim value As String
instance.SessionCharacterSet = value
value = instance.SessionCharacterSet
public string SessionCharacterSet {get; set;}
public:
property String^ SessionCharacterSet {
String^ get();
void set ( String^ value);
}
Property Value
Default value is ASCII.
Exceptions
Exception | Description |
System.ArgumentOutOfRangeException | Invalid session character set.
Valid values are: ASCII, ARABIC1256_6A0, CYRILLIC1251_2A0, HANGUL949_7R0,
HEBREW1255_5A0, KANJI932_1S0, KANJISJIS_0S, LATIN1250_1A0, LATIN1252_3A0,
LATIN1254_7A0, LATIN1258_8A0, SCHINESE936_6R0, TCHINESE950_8R0, THAI874_4A0,
UTF8 and UTF16. |
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also