Click or drag to resize
CoreUtilsDetermineImpliedSyncSourceValue Method
Determines the implied synchronize source value from the specified syncable children.

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public static SyncSourceType DetermineImpliedSyncSourceValue(
	IEnumerable<ISyncable> syncableChildren
)

Parameters

syncableChildren
Type: System.Collections.GenericIEnumerableISyncable
The syncable children.

Return Value

Type: SyncSourceType
See Also