Click or drag to resize
SchemaNameOverwriteHashtable Properties

The SchemaNameOverwriteHashtable type exposes the following members.

Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, String.)
Public propertyCount (Inherited from DictionaryString, String.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryString, String.)
Public propertyKeys (Inherited from DictionaryString, String.)
Public propertySchemaNameUsageSetting
Gets / sets schemaNameUsageSetting
Public propertyValues (Inherited from DictionaryString, String.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the value with the specified key.
(Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys (Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueKeys (Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyIDictionaryKeys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues (Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueValues (Inherited from DictionaryString, String.)
Explicit interface implementationPrivate propertyIDictionaryValues
Gets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryString, String.)
Top
See Also