Share via


Row.Implicit(Row to DbExpression) Operator

Definition

Converts the given Row instance into an instance of DbExpression

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Row row);
static member op_Implicit : System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Row -> System.Data.Entity.Core.Common.CommandTrees.DbExpression

Parameters

row
Row

The Row instance.

Returns

A DbExpression based on the Row instance

Exceptions

row is null.

Applies to

See also