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

Namespace: Dse.Data
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public override bool IsReadOnly { get; }

Return Value

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

Implements

IList.IsReadOnly
See Also