CreateUserdefinedColumn

Description

Method for creating a userdefined column

Signature
void CreateUserdefinedColumn(string key, int tableId, string columnName, int columnWidth, bool languageIndependent)

Parameters

Name Data Type Description

key

string required

The authentication key

tableId

int required

The id of the table we want to add a column to.

columnName

string required

The name of the new column.

columnWidth

int required

The datbabase fieldwidth of the column.

languageIndependent

bool required

If the column is language transparent.

Response

Data Type Description

Example