Delen via


RelationalGeometryTypeMapping<TGeometry,TProvider>.CustomizeDataReaderExpression Method

Definition

Gets a custom expression tree for the code to convert from the database value to the model value.

public override System.Linq.Expressions.Expression CustomizeDataReaderExpression (System.Linq.Expressions.Expression expression);
override this.CustomizeDataReaderExpression : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overrides Function CustomizeDataReaderExpression (expression As Expression) As Expression

Parameters

expression
Expression

The input expression, containing the database value.

Returns

The expression with conversion added.

Applies to