28 references to VariableType
System.Data.Entity (28)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (5)
458
recordCols.Add(new KeyValuePair<string, TypeUsage>(input.VariableName, input.
VariableType
));
459
recordCols.Add(new KeyValuePair<string, TypeUsage>(apply.VariableName, apply.
VariableType
));
501
columns.Add(new KeyValuePair<string, TypeUsage>(input.VariableName, input.
VariableType
));
548
columns.Add(new KeyValuePair<string, TypeUsage>(left.VariableName, left.
VariableType
));
549
columns.Add(new KeyValuePair<string, TypeUsage>(right.VariableName, right.
VariableType
));
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
433
if (!TypeSemantics.IsEntityType(discriminatorFilter.Input.
VariableType
) ||
System\Data\Objects\ELinq\MethodCallTranslator.cs (6)
1621
new KeyValuePair<string, TypeUsage>(outerBinding.VariableName, outerBinding.
VariableType
),
1622
new KeyValuePair<string, TypeUsage>(innerBinding.VariableName, innerBinding.
VariableType
)
2543
new KeyValuePair<string, TypeUsage>(newInput.VariableName, newInput.
VariableType
),
2544
new KeyValuePair<string, TypeUsage>(newApply.VariableName, newApply.
VariableType
)
2617
if (crossApply.Input.
VariableType
.EdmType.BuiltInTypeKind != BuiltInTypeKind.RowType)
2621
var crossApplyInputRowType = (RowType)crossApply.Input.
VariableType
.EdmType;
System\Data\SqlClient\SqlGen\SqlGenerator.cs (16)
2234
SqlSelectStatement result = VisitInputExpression(e.Input.Expression, e.Input.VariableName, e.Input.
VariableType
, out fromSymbol);
2243
result = CreateNewSelectStatement(result, e.Input.VariableName, e.Input.
VariableType
, out fromSymbol);
2462
SqlSelectStatement input = VisitInputExpression(e.Input.Expression, e.Input.VariableName, e.Input.
VariableType
, out fromSymbol);
2467
input = CreateNewSelectStatement(input, e.Input.VariableName, e.Input.
VariableType
, out fromSymbol);
2516
JoinSymbol newJoinSymbol = new JoinSymbol(e.Input.VariableName, e.Input.
VariableType
, oldJoinSymbol.ExtentList);
2531
resultFromSymbol = new Symbol(e.Input.VariableName, e.Input.
VariableType
, input.OutputColumns, false);
2563
SqlSelectStatement result = VisitInputExpression(e.Input.Expression, e.Input.VariableName, e.Input.
VariableType
, out fromSymbol);
2569
result = CreateNewSelectStatement(result, e.Input.VariableName, e.Input.
VariableType
, out fromSymbol);
3155
JoinSymbol newJoinSymbol = new JoinSymbol(input.VariableName, input.
VariableType
, extents);
3174
JoinSymbol newJoinSymbol = new JoinSymbol(input.VariableName, input.
VariableType
, oldJoinSymbol.ExtentList);
3185
fromSymbol = new Symbol(input.VariableName, input.
VariableType
, sqlSelectStatement.OutputColumns, sqlSelectStatement.OutputColumnsRenamed);
3191
fromSymbol = new Symbol(input.VariableName, input.
VariableType
, sqlSelectStatement.OutputColumns, sqlSelectStatement.OutputColumnsRenamed);
3208
fromSymbol = new Symbol(input.VariableName, input.
VariableType
);
3232
fromSymbol = new JoinSymbol(input.VariableName, input.
VariableType
, extents);
4153
input.VariableName, input.
VariableType
, out fromSymbol);
4159
result = CreateNewSelectStatement(result, input.VariableName, input.
VariableType
, out fromSymbol);