Click or drag to resize

DatabaseMetaData.LastSyncWithModelUTC Property

Gets or sets the last date/time this element was synchronized with a model. If null, it means 'never'. DateTime in UTC format.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public Nullable<DateTime> LastSyncWithModelUTC { get; }

Property Value

Type: Nullable<DateTime>

Implements

ISyncable.LastSyncWithModelUTC
See Also