FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Redact

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Redact(const AJSON: String = ''): TExpression;

C++

TExpression* __fastcall Redact(const System::UnicodeString AJSON = System::UnicodeString());

Properties

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

Description

Retuns a reference to an expression builder for the redact pipeline stage that restricts the content of documents based on the specified expression.

You may optionally specify a JSON string that defines the match pipeline stage.

See Also