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