 | SphinxQLConnectionStringBuilderEncoding Property |
Gets or sets the encoding that is used to send queries to and retrieve results from Sphinx.
Default is utf-8.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic Encoding Encoding { get; set; }
Public Property Encoding As Encoding
Get
Set
Property Value
Type:
EncodingThe encoding that is used for queries and result sets.
Remarks
When setting the encoding via a connection string, please use the code page name
e.g encoding=latin1.
See Also