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 (26.2.0.1000)
Syntax
public virtual IDateMapping? GetProviderDateMapping(
	string hierarchyUniqueName
)

Parameters

hierarchyUniqueName  String
Name of the hierarchy unique.

Return Value

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