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)
242Append(",N", columnMap.NullSentinel);
System\Data\Common\Internal\Materialization\Translator.cs (2)
1535if (null != columnMap.NullSentinel) 1537nullSentinelCheck = Emit_Reader_IsDBNull(columnMap.NullSentinel);
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
244SimpleColumnMap newNullability = columnMap.NullSentinel;
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (1)
155ColumnMap nullSentinel = columnMap.NullSentinel;
System\Data\Query\InternalTrees\Dump.cs (2)
735if (columnMap.NullSentinel != null) { 737columnMap.NullSentinel.Accept(this, dumper);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (2)
387SimpleColumnMap newNullSentinel = columnMap.NullSentinel; 395if (columnMap.NullSentinel != newNullSentinel)