Add(Name: String; DataType: DbDataType): ICubeCreatorAdditionalField;
Add(Name: String; DataType: Prognoz.Platform.Interop.Dal.DbDataType): Prognoz.Platform.Interop.Cubes.ICubeCreatorAdditionalField;
Name. Name of created field.
DataType. Type of field data.
The Add method adds a collection to field.
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.
The example of use is given in description of the ICubeCreator.AdditionalFields property.
See also: