私はクラスにisDeleted
Nullable
財産を持っています。Profile
Builders<Profile>.Filter.Eq(p => p.IsDeleted, BsonNull.Value)
しかし、次のコードでは次のコンパイル エラーが発生しました。
Error 11 Cannot convert lambda expression to type
'MongoDB.Driver.FieldDefinition<MongoDB.DataTypes.Profile,MongoDB.Bson.BsonNull>'
because it is not a delegate type
null-check を実装する方法は?