FireDAC.Phys.MongoDBWrapper.TMongoCollection.DocsMatched

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DocsMatched: Int64 read FDocsMatched;

C++

__property __int64 DocsMatched = {read=FDocsMatched};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection

Description

Number of documents of the collection matched during the last update or bulk operation.

DocsMatched only counts documents matched during update operations, it does not count documents matched during remove operations.

The number of modified documents is equal to or lower than the value of DocsMatched.

See Also