The FieldMapping type exposes the following members.

Constructors

  NameDescription
FieldMapping
Constructor. Calls the base constructor.

Methods

  NameDescription
Clone
Creates a shallow copy of the field mapping.
(Overrides Mapping..::.Clone()()().)
CompareTo
Sorts the FieldMappings by fully-qualified name in the first database; if null in the first database, sorts by fully-qualified name in the second database.
(Overrides Mapping..::.CompareTo(Object).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
m_obj1
The object in the first database or null.
(Inherited from Mapping.)
m_obj2
The object in the second database or null.
(Inherited from Mapping.)

Properties

  NameDescription
Include
Specifies whether the mapping is to be included.
(Inherited from Mapping.)
Obj1
Returns the field in the first database.
Obj2
Returns the field in the second database.
Status
The status of the field mapping.
ValidForMatching
Specifies whether the FieldMapping can be used in a matching mapping.

See Also