FireDAC.Phys.MongoDBWrapper.TMongoCollection.Validate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Validate(AOptions: TMongoDocument): TMongoDocument;

C++

TMongoDocument* __fastcall Validate(TMongoDocument* AOptions);

Properties

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

Description

Executes the validate command on the collection and returns the document that it returns.

See Also