DSAzure.TAzureTableService.Create
Delphi
constructor Create(AConnectionString: TAzureConnectionString); override;
C++
__fastcall virtual TAzureTableService(TAzureConnectionString* AConnectionString);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | DSAzure.pas DSAzure.hpp |
DSAzure | TAzureTableService |
Description
Creates a new TAzureTableService instance.
The Create constructor creates a new instance of the TAzureTableService class. The AConnectionString parameter specifies connection information given as a TAzureConnectionString.