ICubeCreatorAdditionalFields.Add

Syntax

Add(Name: String; DataType: DbDataType): ICubeCreatorAdditionalField;

Parameters

Name. Name of created field.

DataType. Type of field data.

Description

The Add method adds a collection to field.

Comments

On creating a cube, the fields added to the collection, are created in the output table of cube, but they do not have bindings in the cube structure. Data is also loaded by the added fields.

Example

The example of use is given in description of the ICubeCreator.AdditionalFields property.

See also:

ICubeCreatorAdditionalFields