SortedSetBaseKey Methods |
The SortedSetBaseKey generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Add item to this sorted set.
| |
| Clear |
Remove all items from this set.
| |
| Contains |
Checks if this sorted set contains the item
| |
| CopyTo |
Copy items in this sorted set to array, starting at arrayIndex
| |
| IndexOf |
Get the index of a given key
| |
| Remove |
Remove item from this set
| |
| RemoveWhere |
Remove elements that match specified predicate. Returns the number of elements removed
| |
| TryGetValue |
Gets the value associated with the specified key.
|
| Name | Description | |
|---|---|---|
| ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
| ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |