FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter.GetIsBatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsBatch: Boolean; override;

C++

virtual bool __fastcall GetIsBatch();

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
FireDAC.Comp.BatchMove.SQL TFDBatchMoveSQLWriter

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