MappingInfo Class Properties
In This Topic
For a list of all members of this type, see MappingInfo members.
Public Properties
| Name | Description |
 | DefaultValue | The default value which will be used when mapping is not mapped to a data field or data field value is empty. |
 | IsMapped | Indicates whether objects is mapped to the data field or property. (read only) |
 | MappingName | Name of the data field or property to be bound to this object. |
 | PropertyName | Name of the property which should be mapped. (read only) |
 | Required | Indicates whether mapping for this property is required or optional. (read only) |
Top
See Also