Multiset Properties |
The Multiset 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 IDs of Sets in the Multiset.
(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.) |