FireDAC.Phys.MongoDBWrapper.TMongoCollection.LastError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastError: TMongoDocument read GetLastError;

C++

__property TMongoDocument* LastError = {read=GetLastError};

Properties

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

Description

Document that describes the error status of the last write operation submitted to the database from this instance of TMongoCollection.

See Also