Click or drag to resize
SphinxQLParameterCollectionIsSynchronized Property
Specifies whether the collection is synchronized.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override bool IsSynchronized { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the collection is synchronized; otherwise false.

Implements

ICollectionIsSynchronized
See Also