PartitionedMultiset Properties |
The PartitionedMultiset type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of sets in the multiset.
(Overrides BaseMultisetCount.) | |
| IsEmpty |
Gets whether the multiset is empty.
(Overrides BaseMultisetIsEmpty.) | |
| Item |
Gets a Set from the multiset.
(Overrides BaseMultisetItemInt32.) | |
| SetIDs |
Gets the Set IDs in the mutliset.
(Overrides BaseMultisetSetIDs.) | |
| Sets |
Gets the sets in the multiset.
(Overrides BaseMultisetSets.) | |
| Variables |
Gets the variables in the multiset.
(Overrides BaseMultisetVariables.) | |
| 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.) |