共用方式為


Row.Implicit(Row to DbExpression) 運算子

定義

將指定的 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 實例。

傳回

以資料列實例為基礎的 DbExpression

例外狀況

row 為 null。

適用於

另請參閱