FireDAC.DatS.TFDDatSTable.GetChangesView
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
| Unit: FireDAC.DatS | |
| Parent: TFDDatSTable | |
Delphi
function GetChangesView(ARowStates: TFDDatSRowStates =
[rsInserted, rsDeleted, rsModified]): TFDDatSView;
C++
TFDDatSView* __fastcall GetChangesView(TFDDatSRowStates ARowStates = (TFDDatSRowStates() << TFDDatSRowState::rsInserted << TFDDatSRowState::rsDeleted << TFDDatSRowState::rsModified ));
Description
Embarcadero Technologies does not currently have any additional information.