FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TOperation.GetInline

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function GetInline: Boolean; virtual;

C++

__classmethod virtual bool __fastcall GetInline();

プロパティ

種類 可視性 ソース ユニット
function protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TOperation


説明

このクラスがインライン オペレーションを記述している場合に、True を返し、この時、オペレーションを表す値の型は 数値や文字列といった、JSON 型です。オペレーションを記述する値の型が MongoDB ドキュメント の場合には、False を返します。

関連項目