私はmongodb c#ドライバーを使用しており、次のクエリを試しました
collection.AsQueryable().Where(x => x.IsArchived.GetValueOrDefault())
IsArchived の型はbool?
(null 許容) です。
次のランタイム エラーが発生します。
Unsupported where clause: x.IsArchived.GetValueOrDefault().
null許容型を照会する方法を知っている人はいますか?