PartitionedMultiset Properties |
The PartitionedMultiset type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of sets in the multiset.
(Overrides BaseMultiset.Count.) |
![]() | IsEmpty |
Gets whether the multiset is empty.
(Overrides BaseMultiset.IsEmpty.) |
![]() | Item |
Gets a Set from the multiset.
(Overrides BaseMultiset.Item[Int32].) |
![]() | SetIDs |
Gets the Set IDs in the mutliset.
(Overrides BaseMultiset.SetIDs.) |
![]() | Sets |
Gets the sets in the multiset.
(Overrides BaseMultiset.Sets.) |
![]() | Variables |
Gets the variables in the multiset.
(Overrides BaseMultiset.Variables.) |
![]() | VirtualCount |
The number of results that would be returned without any limit clause to a query or -1 if not supported. Defaults to the same value as the Count member.
(Inherited from BaseMultiset.) |