Data.DBXDBReaders.TDBXTableStorage.CreateTableView
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXTableStorage |
Delphi
function CreateTableView(const OrderByColumnName: string): TDBXTable; override;
C++
virtual Data::Dbxcommontable::TDBXTable* __fastcall CreateTableView(const System::UnicodeString OrderByColumnName);
Description
Creates a table view.
Data.DBXDBReaders.TDBXTableStorage.CreateTableView inherits from Data.DBXCommonTable.TDBXTable.CreateTableView. All content below this line refers to Data.DBXCommonTable.TDBXTable.CreateTableView.
Creates a table view.
CreateTableView creates a TDBXTable from the current table with the rows sorted by the column with the name given by the OrderByColumnName
parameter.