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