4 references to BuildExpressionToGetRecordState
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Translator.cs (4)
1161result = BuildExpressionToGetRecordState(columnMap, null, null, nullSentinelCheck); 1212result = BuildExpressionToGetRecordState(columnMap, entityKeyReader, entitySetReader, nullCheckExpression); 1434BuildExpressionToGetRecordState(columnMap, null, null, Expression.Constant(true)), 1542result = BuildExpressionToGetRecordState(columnMap, null, null, nullSentinelCheck);