2 overrides of NullSentinel
System.Data.Entity (2)
System\Data\Query\InternalTrees\ColumnMap.cs (2)
304internal override SimpleColumnMap NullSentinel { get { return m_nullSentinel; } } 545internal override SimpleColumnMap NullSentinel { get { return m_nullSentinel; } }
2 references to NullSentinel
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (2)
221Append(",N", columnMap.NullSentinel); 230Append(",N", columnMap.NullSentinel);