Row Implicit Conversion (Row to DbExpression)
Converts a Row object to DbExpression.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- row
-
Type:
System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Row
The row object.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionA DbExpression represents the converted Row object.