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)
205
Append(",N", columnMap.
NullSentinel
);
System\Data\Common\Internal\Materialization\Translator.cs (2)
1154
if (null != columnMap.
NullSentinel
)
1156
nullSentinelCheck = Emit_Reader_IsDBNull(columnMap.
NullSentinel
);
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
168
SimpleColumnMap newNullability = columnMap.
NullSentinel
;
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (1)
90
ColumnMap nullSentinel = columnMap.
NullSentinel
;
System\Data\Query\InternalTrees\Dump.cs (2)
638
if (columnMap.
NullSentinel
!= null) {
640
columnMap.
NullSentinel
.Accept(this, dumper);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (2)
280
SimpleColumnMap newNullSentinel = columnMap.
NullSentinel
;
288
if (columnMap.
NullSentinel
!= newNullSentinel)