FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TInlineOperation.GetInline

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetInline: Boolean; override;

C++

__classmethod virtual bool __fastcall GetInline();

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TInlineOperation

Description

Returns True if this class describes an inline operation where the type of the value that describes the operation is a basic JSON type, such as a number or a string, or False if the type of the value that describes the operation is a MongoDB document.

FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TInlineOperation.GetInline inherits from FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TOperation.GetInline. All content below this line refers to FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TOperation.GetInline.

Returns True if this class describes an inline operation where the type of the value that describes the operation is a basic JSON type, such as a number or a string, or False if the type of the value that describes the operation is a MongoDB document.

See Also