OlapCubeDateMappingCollection 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 (24.2.0.1000)
Syntax
public IEnumerable<IDateMapping> DateMappingCollection { get; }

Property Value

Type: IEnumerableIDateMapping
The date mappings.

Return Value

Type: IEnumerableIDateMapping
A collection of DateMapping objects.

Implements

IOlapCubeDateMappingCollection
See Also