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 BaseMultiset.IsEmpty.) |
![]() | Item |
Gets the Set with the given ID.
(Overrides BaseMultiset.Item[Int32].) |
![]() | SetIDs |
Returns an empty enumerable as the Null Multiset contains no Sets.
(Overrides BaseMultiset.SetIDs.) |
![]() | Sets |
Returns an empty enumerable as the Null Multiset contains no Sets.
(Overrides BaseMultiset.Sets.) |
![]() | Variables |
Returns an empty enumerable as the Null Multiset contains no Variables.
(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.) |