DefaultQuerySqlGenerator.InferTypeMappingFromColumn(Expression) Method

Definition

Infers a type mapping from a column expression.

protected virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping InferTypeMappingFromColumn (System.Linq.Expressions.Expression expression);
abstract member InferTypeMappingFromColumn : System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.InferTypeMappingFromColumn : System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Overridable Function InferTypeMappingFromColumn (expression As Expression) As RelationalTypeMapping

Parameters

expression
Expression

The expression to infer a type mapping for.

Returns

A RelationalTypeMapping.

Applies to