Sdílet prostřednictvím


Row.Implicit(Row to DbExpression) Operátor

Definice

Převede danou instanci řádku na instanci 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

Parametry

row
Row

Instance Row.

Návraty

A DbExpression založené na row instance

Výjimky

row má hodnotu null.

Platí pro

Viz také