Click or drag to resize

CqlParameterCollectionIsFixedSize Property

Specifies whether the collection is a fixed size.

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.9.0
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