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.6.0.0 (5.6.19.0117)
Syntax
public static SyncSourceType DetermineImpliedSyncSourceValue(
	IEnumerable<ISyncable> syncableChildren
)

Parameters

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

Return Value

Type: SyncSourceType
See Also