Click or drag to resize
CqlParameterCollectionIsFixedSize Property
Specifies whether the collection is a fixed size.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override bool IsFixedSize { get; }

Return Value

Type: Boolean
true if the collection is a fixed size; otherwise false.

Implements

IListIsFixedSize
See Also