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 (24.3.0.1000)
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.
QuotaExceededExceptionGenerating the date mapping would cause the entity quota for date mappings or one of the underlying entity types to be exceeded.
See Also