IDmDataSource.AddResultColumn

Fore Syntax

AddResultColumn(Caption: String);

Fore.NET Syntax

AddResultColumn(Caption: string);

Parameters

Caption. Column header.

Description

The AddResultColumn method adds the column, containing analysis results.

Comments

Adding the column with results can be used for data clustering.

Fore and Fore.NET Examples

The method use is given in the example for IDmClusteringDetails.CategoriesCount.

See also:

IDmDataSource