FieldMapping Properties | 
The FieldMapping type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainingMapping | 
            Gets the containing mapping.
              | |
| Error | 
            Gets an error message indicating what is wrong with this object. The default is an empty string ("")
              | |
| IsValid | 
            Gets a value indicating whether this mapping is valid.
              | |
| Item | 
            Gets the String with the specified column name.
              | |
| MappedFieldFieldIndex | 
            Gets the field index of the mapped field. 
              | |
| MappedFieldInstance | 
            Gets the mapped field instance, the real field mapped in this mapping
              | |
| MappedFieldName | 
            Gets the name of the mapped field.
              | |
| MappedFieldNameForXml | 
            Gets the mapped field name for XML.
              | |
| MappedFieldTypeAsString | 
            Gets the .NET type of the type of the mapped field as string
              | |
| MappedFieldWrapper | 
            Gets the mapped field wrapper, which wraps the MappedFieldInstance and provides the full path from the original field to the MappedFieldInstance. 
              | |
| MappedTarget | 
            Gets or sets the mapped target.
              | |
| RequiresImplicitNumericConversionAtRuntime | 
            Gets whether this mapping requires implicit numeric conversion at runtime by the target framework. Returns true if there's no type converter set and it
            requires an implicit numeric conversion 
              | |
| SequenceToUse | 
            Gets or sets the sequence to use.
              | |
| TypeConverterToUse | 
            Gets or sets the type converter to use.
              |