Assembly: Cubes;
The ICubeCreatorFields interface that contains properties and methods that are used to work with fields collection that determines a dimension binding.
ICubeCreatorFields
The fields collection is available in the ICubeCreatorDimension.Fields property.
Property name | Brief description | |
Count | The Count property returns the number of fields in the collection. | |
Item | The Item property returns field parameters. |
Method name | Brief description | |
Add | The Add method adds the field, to which the dimension attribute is connected, to the collection. | |
Clear | The Clear method deletes all fields from the collection. | |
Remove | The Remove method removes the specified field from the collection. |
See also: