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

Parameters

dateMapping
Type: Dundas.BI.Entities.DateMappingsDateMapping
The date mapping.
revision
Type: SystemInt64
The revision.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when dateMapping is null.
See Also