Click or drag to resize

SphinxQLConnectionStringBuilderKeys Property

Gets an ICollection that contains the keys in the SphinxQLConnectionStringBuilder.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override ICollection Keys { get; }

Property Value

ICollection

Return Value

ICollection
An ICollection that contains the keys in the SphinxQLConnectionStringBuilder.

Implements

IDictionaryKeys
See Also