Click or drag to resize

DatabaseMetaDataLastSyncWithModelUTC 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.8.0.0 (5.8.21.0208)
Syntax
public Nullable<DateTime> LastSyncWithModelUTC { get; }

Property Value

Type: NullableDateTime

Implements

ISyncableLastSyncWithModelUTC
See Also