1 write to _groupVarRef
System.Data.Entity (1)
System\Data\Common\CommandTrees\ExpressionBindings.cs (1)
86
_groupVarRef
= groupRef;
3 references to _groupVarRef
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBindings.cs (3)
112
public string GroupVariableName { get { return
_groupVarRef
.VariableName; } }
117
public TypeUsage GroupVariableType { get { return
_groupVarRef
.ResultType; } }
122
public DbVariableReferenceExpression GroupVariable { get { return
_groupVarRef
; } }