Click or drag to resize

PrefetchPath2ICollectionSyncRoot Property

Gets an object that can be used to synchronize access to the ICollection.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
Object ICollection.SyncRoot { get; }

Return Value

Type: Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollectionSyncRoot
See Also