OlapConnectionTNativeLastUpdatedOn Property |
Gets or sets the last update date.
Namespace:
Dundas.BI.Data.DataProviders.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DateTime LastUpdatedOn { get; set; }Public Property LastUpdatedOn As DateTime
Get
Set
public:
property DateTime LastUpdatedOn {
DateTime get ();
void set (DateTime value);
}member LastUpdatedOn : DateTime with get, set
Property Value
Type:
DateTime
The date.
See Also