FireDAC.Comp.Client.TFDAdaptedDataSet.ServerGotoKey

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDAdaptedDataSet

Delphi

function ServerGotoKey: Boolean;

C++

bool __fastcall ServerGotoKey();

Description

Used by TFDBatchMove to directly edit the DBMS data.

See Also