DBCatalogLastSyncWithModelUTC 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.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax[AllowInFilterAttribute(3)]
public Nullable<DateTime> LastSyncWithModelUTC { get; }<AllowInFilterAttribute(3)>
Public ReadOnly Property LastSyncWithModelUTC As Nullable(Of DateTime)
	Get
Property Value
Type: 
NullableDateTimeImplements
ISyncableLastSyncWithModelUTC
See Also