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