IDateMappingServiceGetMemberInfoCollection Method

Updates DateMapping object with member info collection from the database.

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 GetMemberInfoCollection(
	DateMapping dateMapping,
	long revision
)

Parameters

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