Click or drag to resize

CqlParameterCollectionIsReadOnly Property

Specifies whether the collection is read-only.

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

Return Value

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

Implements

IListIsReadOnly
See Also