Open this page in the API Guide

OlapCube.DateMappingCollection Property

Gets the date mappings.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IEnumerable<IDateMapping> DateMappingCollection { get; }

Property Value

Type: IEnumerable<IDateMapping>
The date mappings.

Return Value

Type: IEnumerable<IDateMapping>
A collection of DateMapping objects.

Implements

IOlapCube.DateMappingCollection
See Also