Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValue Methods

The SqlDictionaryTValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePairString, TValue)
Public methodAdd(String, TValue)
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopyTo
Public methodDispose
Dispose of the SQL dictionary
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPurge
This is used to purge all data from the dictionary
Public methodRemove(KeyValuePairString, TValue)
Public methodRemove(String)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
Top
See Also