Is this possible to achieve in Dynamics custom plugin?
SELECT name FROM Map m WHERE AND @Dos BETWEEN ISNULL(m.effective_start_date, '19900101') AND ISNULL(m.effective_end_date, '99991201');
How to convert this ISNULL function into ConditionExpression?