joinedSc.Is executed as:NullableBoolProperty != true
cast(1 as bit) <> [Extent1].[When in fact it should be (depending on your database settings):NullableBoolProperty]
[Extent1].[NullableBoolProperty] is not null
or cast(1 as bit) <> [Extent1].[Well done Microsoft!NullableBoolProperty]
No comments:
Post a Comment