DataStamp Constructor (DateTime, DateTime)

Initializes a new instance of the DataStamp class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public DataStamp(
	DateTime originalSourceTimestamp,
	DateTime cacheSourceTimestamp
)

Parameters

originalSourceTimestamp
Type: SystemDateTime
The original data source timestamp.
cacheSourceTimestamp
Type: SystemDateTime
The timestamp for the data cache source.
Remarks
Use this constructor when retrieving data from the data cache.
See Also