Data.DBXDBReaders.TDBXMemoryTable.CreateTableView
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
| Unit: Data.DBXDBReaders | |
| Parent: TDBXMemoryTable | |
Delphi
function CreateTableView(const OrderByColumnName: string): TDBXTable; override;
C++
virtual Data::Dbxcommontable::TDBXTable* __fastcall CreateTableView(const System::UnicodeString OrderByColumnName);
Description
Creates a table view of a DBX memory table.
The CreateTableView method creates a table view of a DBX memory table. CreateTableView first calls the Create method to create a DBX memory table, and then sorts the table by the OrderByColumnName parameter. CreateTableView returns the table view as a TDBXMemoryTable.