EntityViewBaseTEntityICollectionIsSynchronized Property |
Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax bool ICollection.IsSynchronized { get; }
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if access to the
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollectionIsSynchronizedSee Also