IDateMappingServiceGetMemberInfoCollection Method |
Updates
DateMapping object with member info collection from the database.
Namespace: Dundas.BI.Entities.DateMappingsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid GetMemberInfoCollection(
DateMapping dateMapping,
long revision
)
Sub GetMemberInfoCollection (
dateMapping As DateMapping,
revision As Long
)
void GetMemberInfoCollection(
DateMapping^ dateMapping,
long long revision
)
abstract GetMemberInfoCollection :
dateMapping : DateMapping *
revision : int64 -> unit Parameters
- dateMapping DateMapping
- The date mapping.
- revision Int64
- The revision.
Exceptions
See Also