Row Implicit Conversion (Row to DbExpression)

 

Converts a Row object to DbExpression.

Namespace:   System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder
Assembly:  EntityFramework (in EntityFramework.dll)

public static implicit operator DbExpression (
	Row row
)

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

A DbExpression represents the converted Row object.