Data.DBXDBReaders.TDBXTableStorage.CopyFrom
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXTableStorage |
Delphi
procedure CopyFrom(const Source: TDBXTable); override;
C++
virtual void __fastcall CopyFrom(Data::Dbxcommontable::TDBXTable* const Source)/* overload */;
inline void __fastcall CopyFrom(Data::Dbxcommon::TDBXReader* const Source){ Data::Dbxcommontable::TDBXTable::CopyFrom(Source); }
Description
Copies a table from other sources.
Data.DBXDBReaders.TDBXTableStorage.CopyFrom inherits from Data.DBXCommonTable.TDBXTable.CopyFrom. All content below this line refers to Data.DBXCommonTable.TDBXTable.CopyFrom.
Copies a table from other sources.
CopyFrom is used to copy a table from another TDBXTable or from a Data.DBXCommon.TDBXReader to the current table. The copied rows are inserted at the end of the table.