@Query(value="{'id' : $0}", delete = true)
public Person deleteById (String id);
@Query(value="{'id' : $0}", delete = true)
public Person deleteById (String id);
mongooseを介してmongodbのオブジェクトを更新するにはどうすればよいですか? 配列更新演算子$[<identifier>]を使用した次のクエリに相当するMongoDBC#ドライバーは何でしょうか。