This is a migrated thread and some comments may be shown as answers.

Inner join instead left on boolean properties

0 Answers 43 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pavel
Top achievements
Rank 1
Pavel asked on 12 Apr 2017, 12:57 PM

Hi

If i try to select string or guid from navigation property like car.Owner.LastName and Owner can be null, then your orm correctly doing left join but,

if i try to select bool value like car.Owner.IsMerried orm doing inner join instead of left and entries that does not have owner are lost from result set.

 

I would be glad to hear the estimated time of correction for that problem.

Tags
General Discussions
Asked by
Pavel
Top achievements
Rank 1
Share this question
or