次の方法で共有


Row.Implicit(Row to DbExpression) Operator

定義

指定された Row インスタンスを のインスタンスに変換します。 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

パラメーター

row
Row

Row インスタンス。

戻り値

Row インスタンスに基づく DbExpression

例外

row が null です。

適用対象

こちらもご覧ください