Click or drag to resize

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.3.0
Syntax
public Encoding Encoding { get; set; }

Property Value

Type: Encoding
The 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