Click or drag to resize
SphinxQLParameterCollectionIsReadOnly Property
Specifies whether the collection is read-only.

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

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the collection is read-only; otherwise false.

Implements

IListIsReadOnly
See Also