Click or drag to resize

DataDictionary Properties

The DataDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollection object containing the keys of the IDictionary object.
Public propertyKeyType
Type of dictionary keys.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public propertyValues
Gets an ICollection object containing the values in the IDictionary object.
Public propertyValueType
Type of dictionary values.
Top
See Also