1 reference to GetVar
System.Data.Entity (1)
System\Data\Query\InternalTrees\Vars.cs (1)
251get { return (m_position >= 0 && m_position < m_bitArray.Count) ? m_command.GetVar(m_position) : (Var)null; }