DBSchemaLocalOverrideSyncSource Property  | 
 
            Gets or sets the value to override the sync source with a locally defined value. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.12.0.0 (5.12.0)
Syntax[AllowInFilterAttribute(5)]
public Nullable<SyncSourceType> LocalOverrideSyncSource { get; set; }<AllowInFilterAttribute(5)>
Public Property LocalOverrideSyncSource As Nullable(Of SyncSourceType)
	Get
	Set
Property Value
Type: 
NullableSyncSourceTypeImplements
ISyncableLocalOverrideSyncSource
See Also