DBCatalogLastSyncWithDatabaseUTC 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.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax [AllowInFilterAttribute(4)]
public Nullable<DateTime> LastSyncWithDatabaseUTC { get; }
<AllowInFilterAttribute(4)>
Public ReadOnly Property LastSyncWithDatabaseUTC As Nullable(Of DateTime)
Get
Property Value
Type:
NullableDateTimeImplements
ISyncableLastSyncWithDatabaseUTCSee Also