The following tables list the members exposed by the TableExpressionMapping type.

Name Description
Public property EntityPropertyName Gets or sets the entity property name to map. (inherited from TableMapping).
Public property Expression Gets or sets the relational data store expression to populate the mapped entity property.

Expressions are written in SQL style, for example: "SUM(SomeEntityProperty)".
Top