IDateMappingServiceSave 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 (10.0.0.1002)
Syntax
void Save(
	DateMapping dateMapping,
	IOlapCube cube
)

Parameters

dateMapping
Type: Dundas.BI.Entities.DateMappingsDateMapping
The date mapping.
cube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when reference to DateMapping object is null.
ArgumentNullExceptionThrown when cube is null.
See Also