FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter.GetIsBatch

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
Unit: FireDAC.Comp.BatchMove.SQL
Parent: TFDBatchMoveSQLWriter

Delphi

function GetIsBatch: Boolean; override;

C++

virtual bool __fastcall GetIsBatch();

Description

Returns True if a batch move writer supports batch-like data writing.

FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter.GetIsBatch inherits from FireDAC.Comp.BatchMove.TFDBatchMoveDriver.GetIsBatch. All content below this line refers to FireDAC.Comp.BatchMove.TFDBatchMoveDriver.GetIsBatch.

Returns True if a batch move writer supports batch-like data writing.

Note This virtual method is overriden by derived classes.

See Also