Open this page in the API Guide

IDateMappingService.Save Method (DateMapping, IOlapCube)

Saves the specified date mapping.

Namespace:  Dundas.BI.Entities.DateMappings
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void Save(
	DateMapping dateMapping,
	IOlapCube cube
)

Parameters

dateMapping
Type: Dundas.BI.Entities.DateMappings.DateMapping
The date mapping.
cube
Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The cube.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when reference to DateMapping object is null.
ArgumentNullExceptionThrown when cube is null.
QuotaExceededExceptionGenerating the date mapping would cause the entity quota for date mappings or one of the underlying entity types to be exceeded.
See Also