ICachedDataset.AddCalculatedField

Syntax

AddCalculatedField(Id: String): IDatasetInstanceField;

Parameters

Id is field identifier.

Description

The AddCalculatedField method creates a calculated field in cache. The field identifier is passed by the Id parameter.

See also:

ICachedDataset