Base:
property
NullSentinel
System.Data.Query.InternalTrees.StructuredColumnMap.NullSentinel
9 references to NullSentinel
System.Data.Entity (9)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
205Append(",N", columnMap.NullSentinel);
System\Data\Common\Internal\Materialization\Translator.cs (2)
1154if (null != columnMap.NullSentinel) 1156nullSentinelCheck = Emit_Reader_IsDBNull(columnMap.NullSentinel);
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
168SimpleColumnMap newNullability = columnMap.NullSentinel;
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (1)
90ColumnMap nullSentinel = columnMap.NullSentinel;
System\Data\Query\InternalTrees\Dump.cs (2)
638if (columnMap.NullSentinel != null) { 640columnMap.NullSentinel.Accept(this, dumper);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (2)
280SimpleColumnMap newNullSentinel = columnMap.NullSentinel; 288if (columnMap.NullSentinel != newNullSentinel)