Click or drag to resize
RelationCollectionICollectionIsSynchronized Property
Gets a value indicating whether access to the ICollection is synchronized (thread safe).

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool ICollection.IsSynchronized { get; }

Return Value

Type: Boolean
true if access to the ICollection is synchronized (thread safe); otherwise, false.

Implements

ICollectionIsSynchronized
See Also