1 instantiation of Row
System.Data.Entity (1)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2192operand = 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)
1891if (typeof(Row).Equals(typeof(TArgument))) 1893return ((Row)untypedArgument).ToExpression();
System\Data\Common\CommandTrees\ExpressionBuilder\Row.cs (1)
51public static implicit operator DbExpression(Row row)