DBSchemaLastSyncWithDatabaseUTC Property |
Gets or sets the last date/time this schema was synchronized with a database. If null, it means 'never'. DateTime in UTC format.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax [AllowInFilterAttribute(4)]
public Nullable<DateTime> LastSyncWithDatabaseUTC { get; set; }
<AllowInFilterAttribute(4)>
Public Property LastSyncWithDatabaseUTC As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTimeImplements
ISyncableLastSyncWithDatabaseUTCSee Also