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.7.0.0 (5.7.0)
Syntaxpublic static SyncSourceType DetermineImpliedSyncSourceValue(
	IEnumerable<ISyncable> syncableChildren
)
Public Shared Function DetermineImpliedSyncSourceValue ( 
	syncableChildren As IEnumerable(Of ISyncable)
) As SyncSourceType
Parameters
- syncableChildren
 - Type: System.Collections.GenericIEnumerableISyncable
The syncable children. 
Return Value
Type: 
SyncSourceType
See Also