SphinxQLConnectionStringBuilderEncoding Property

Gets or sets the encoding that is used to send queries to and retrieve results from Sphinx. Default is utf-8.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public Encoding Encoding { get; set; }

Property Value

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