Click or drag to resize

IdentityMultiset Properties

The IdentityMultiset type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the Count of Sets in the Multiset.
(Inherited from BaseMultiset.)
Public propertyIsEmpty
Returns false as the Identity Multiset is not considered empty.
(Overrides BaseMultisetIsEmpty.)
Public propertyItem
Gets the Set with the given ID.
(Overrides BaseMultisetItemInt32.)
Public propertySetIDs
Returns an empty enumerable as the Identity Multiset contains no Sets.
(Overrides BaseMultisetSetIDs.)
Public propertySets
Returns an empty enumerable as the Identity Multiset contains no Sets.
(Overrides BaseMultisetSets.)
Public propertyVariables
Returns an empty enumerable as the Identity Multiset contains no Variables.
(Overrides BaseMultisetVariables.)
Public propertyVirtualCount
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.)
Top
See Also