Click or drag to resize
CollectionPropertyMappingValueExpression Property
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.

Namespace: Colygon.MatchPoint.WebApi.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public override ExpressionString ValueExpression { get; set; }

Property Value

Type: ExpressionString
See Also