RelationCollectionICollectionSyncRoot 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.6.0.0 (5.6.19.0117)
Syntax Object ICollection.SyncRoot { get; }
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
Return Value
Type:
ObjectAn object that can be used to synchronize access to the
ICollection.
Implements
ICollectionSyncRootSee Also