NullMultiset Properties |
The NullMultiset type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the Count of Sets in the Multiset.
(Inherited from BaseMultiset.) | |
IsEmpty |
Returns true since the Null Multiset is always empty.
(Overrides BaseMultisetIsEmpty.) | |
Item |
Gets the Set with the given ID.
(Overrides BaseMultisetItemInt32.) | |
SetIDs |
Returns an empty enumerable as the Null Multiset contains no Sets.
(Overrides BaseMultisetSetIDs.) | |
Sets |
Returns an empty enumerable as the Null Multiset contains no Sets.
(Overrides BaseMultisetSets.) | |
Variables |
Returns an empty enumerable as the Null Multiset contains no Variables.
(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.) |