DataStamp Constructor (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
)

Parameters

originalSourceTimestamp
Type: SystemDateTime
The original data source timestamp.
Remarks
Use this constructor when querying the original data source.
See Also