IDateMappingServiceSave(DateMapping, IOlapCube) Method

Saves the specified date mapping.

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

Parameters

dateMapping  DateMapping
The date mapping.
cube  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