IDateMappingServiceSaveMemberInfoCollection Method

Saves the member info collection used in 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 SaveMemberInfoCollection(
	DateMapping dateMapping,
	long revision
)

Parameters

dateMapping  DateMapping
The date mapping.
revision  Int64
The revision.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when dateMapping is null.
See Also