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

Property Value

Type: NullableDateTime

Implements

ISyncableLastSyncWithDatabaseUTC
See Also