コード例 #1
0
 public DeleteEntry(BSONDocument query, DeleteLimit limit)
 {
     Query = query;
     Limit = limit;
 }
コード例 #2
0
ファイル: CRUDObjects.cs プロジェクト: itadapter/nfx
 public DeleteEntry(BSONDocument query, DeleteLimit limit)
 {
     Query  = query;
       Limit  = limit;
 }