Row.Implicit(Row to DbExpression) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.