Click or drag to resize

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; }

Property Value

Type: SyncSourceType

Implements

ISyncableEffectiveSyncSource
See Also