OlapDataProviderGetProviderDateMapping Method

Gets the provider implemented date mapping.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public virtual IDateMapping GetProviderDateMapping(
	string hierarchyUniqueName
)

Parameters

hierarchyUniqueName
Type: SystemString
Name of the hierarchy unique.

Return Value

Type: IDateMapping
The provider date mapping or if the provider doesn't implement date mapping.
See Also