get-columns
Description
The get-columns command retrieves all columns in a specific table from a given data source.
Syntax
./CliTool.bat get-columns -d <datasourceName> -t <tableName>
Example
./CliTool.bat get-columns -d DataSource1 -t CustomerTable
Parameters
| Parameter | Required | Description |
|---|---|---|
-d <datasourceName> |
Yes | The name of the data source containing the table. |
-t <tableName> |
Yes | The name of the table to retrieve columns from. |
Note: The command will display a list of column names and their
details for the specified table.