DBCatalogEffectiveSyncSource Property  | 
 
            Gets the effective sync source value for this schema, which is either the LocalOverrideSyncSource if that's set, otherwise the SyncSource value.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax[AllowInFilterAttribute(6)]
public SyncSourceType EffectiveSyncSource { get; }<AllowInFilterAttribute(6)>
Public ReadOnly Property EffectiveSyncSource As SyncSourceType
	Get
Property Value
Type: 
SyncSourceTypeImplements
ISyncableEffectiveSyncSource
See Also