Click or drag to resize
DatabaseMetaDataLastSyncWithDatabaseUTC Property
Gets or sets the last date/time this element was synchronized with a database. 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.0.0.0 (5.0.0)
Syntax
public Nullable<DateTime> LastSyncWithDatabaseUTC { get; }

Property Value

Type: NullableDateTime

Implements

ISyncableLastSyncWithDatabaseUTC
See Also