FireDAC.Comp.BatchMove.IFDBatchMoveWriter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFDBatchMoveWriter = interface(IFDBatchMoveDriver)

C++

__interface  INTERFACE_UUID("{3E9B315B-F456-4175-A864-B2573C4A2052}") IFDBatchMoveWriter  : public IFDBatchMoveDriver

Properties

Type Visibility Source Unit Parent
interface
class
public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove FireDAC.Comp.BatchMove

Description

Interface in the FireDAC library that defines the contract for writing data during a batch move operation.

It is inherited from IFDBatchMoveDriver.

See Also