CoreUtilsDetermineImpliedSyncSourceValue Method |
Determines the implied synchronize source value from the specified syncable children.
Namespace: SD.LLBLGen.Pro.CoreAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntax public 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:
SyncSourceTypeSee Also