notifyDocumentChanges method

TQuery notifyDocumentChanges()

Ensure that the collection is notified of changes to internal documents.

内部のドキュメントの変更をコレクションに通知するようにします。

Implementation

TQuery notifyDocumentChanges() {
  return _toQuery(_modelQuery.notifyDocumentChanges());
}