Click or drag to resize
CqlParameterCollectionCount Property
Specifies the number of items in the collection.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public override int Count { get; }

Return Value

Type: Int32
The number of items in the collection.

Implements

ICollectionCount
See Also