Share via


ColumnExpression(Type, RelationalTypeMapping) Constructor

Definition

Creates a new instance of the ColumnExpression class.

protected ColumnExpression (Type type, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? typeMapping);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression : Type * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression
Protected Sub New (type As Type, typeMapping As RelationalTypeMapping)

Parameters

type
Type

The Type of the expression.

typeMapping
RelationalTypeMapping

The RelationalTypeMapping associated with the expression.

Applies to