FireDAC.Comp.BatchMove.IFDBatchMoveWriter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: FireDAC.Comp.BatchMove

Delphi

IFDBatchMoveWriter = interface(IFDBatchMoveDriver)

C++

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

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