FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TInlineOperation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TInlineOperation = class abstract(TOperation)

C++

class PASCALIMPLEMENTATION TInlineOperation : public TMongoPipeline::TOperation

Properties

Type Visibility Source Unit Parent
class protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoPipeline

Description

Base class for pipeline operations that can be described a basic JSON type, such as a number or a string.

Subclasses can use SetValue to define the value of the operation.

See Also