RelationalTypeMapping.CustomizeDataReaderExpression(Expression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a custom expression tree for reading the value from the input data reader expression that contains the database value.
public virtual System.Linq.Expressions.Expression CustomizeDataReaderExpression(System.Linq.Expressions.Expression expression);
abstract member CustomizeDataReaderExpression : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
override this.CustomizeDataReaderExpression : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overridable Function CustomizeDataReaderExpression (expression As Expression) As Expression
Parameters
- expression
- Expression
The input expression, containing the database value.
Returns
The expression with customization added.