1 instantiation of Row
System.Data.Entity (1)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2192
operand = o.Project(new
Row
(((DbExpression)1).As("sentinel"), o.Variable.As("value")));
3 references to Row
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
1891
if (typeof(
Row
).Equals(typeof(TArgument)))
1893
return ((
Row
)untypedArgument).ToExpression();
System\Data\Common\CommandTrees\ExpressionBuilder\Row.cs (1)
51
public static implicit operator DbExpression(
Row
row)