FireDAC.Phys.MongoDBWrapper.TMongoCollection.LastError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LastError: TMongoDocument read GetLastError;

C++

__property TMongoDocument* LastError = {read=GetLastError};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection


Beschreibung

Dokument, das den Fehlerstatus des letzten, aus dieser Instanz von TMongoCollection an die Datenbank übergebenen Schreibvorgangs beschreibt.

Siehe auch