MappedDataFieldCollection Methods

The MappedDataFieldCollection type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd
Adds a new field mapping.
Public methodCode exampleClear
Removes all elements from the collection.
Public methodCode exampleContainsKey
Determines whether a mapping from the specified field in the document exists in the collection.
Public methodCode exampleContainsValue
Determines whether a mapping from the specified field in the data source exists in the collection.
Public methodEquals (Inherited from Object.)
Public methodCode exampleGetEnumerator
Returns a dictionary enumerator object that can be used to iterate over all items in the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodCode exampleRemove
Removes a field mapping.
Public methodToString (Inherited from Object.)
See Also