![]() | SqlDictionaryTValue Methods |
The SqlDictionaryTValue generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairString, TValue) | Adds an item to the ICollectionT. |
![]() | Add(String, TValue) | Adds an element with the provided key and value to the IDictionaryTKey, TValue. |
![]() | Clear | Removes all items from the ICollectionT. |
![]() | Contains | Determines whether the ICollectionT contains a specific value. |
![]() | ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. |
![]() | CopyTo | |
![]() | Dispose |
Dispose of the SQL dictionary
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Purge |
This is used to purge all data from the dictionary
|
![]() | Remove(KeyValuePairString, TValue) | Removes the first occurrence of a specific object from the ICollectionT. |
![]() | Remove(String) | Removes the element with the specified key from the IDictionaryTKey, TValue. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue | Gets the value associated with the specified key. |