Click or drag to resize

CollectionPropertyMapping Properties

The CollectionPropertyMapping type exposes the following members.

Properties
  NameDescription
Public propertyMappings
Specifies child property mappings.
Public propertyName
Specifies the name of the property.
(Inherited from PropertyMapping.)
Public propertyValueExpression
Specifies the expression that defines the value. This value is used as an enumerable and for each row all defined child mappings are then applied. Use the expression variable 'DataItem' to access the data.
(Overrides PropertyMappingValueExpression.)
Top
See Also