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: 5.3.0
Syntax
public override ICollection Keys { get; }

Property Value

Type: ICollection

Return Value

Type: ICollection
An ICollection that contains the keys in the SphinxQLConnectionStringBuilder.

Implements

IDictionaryKeys
See Also