Good Day.
Sorry before i'm a beginner on linq. can i ask what is the meaning of ?? in linq
.Where(w => ((w.BalancedDate ?? w.OriginalDateByAMT) >= filter.start_date && (w.BalancedDate ?? w.OriginalDateByAMT) <= filter.end_date) || w.ReplaceByEHValidation == true)
Thanks