| CqlParameterCollectionIsFixedSize Property  | 
            Specifies whether the collection is a fixed size.
            
 
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic override bool IsFixedSize { get; }Return Value
Type: 
Booleantrue if the collection is a fixed size; otherwise false.
Implements
IListIsFixedSize
See Also