Click or drag to resize
EntityFieldsCoreTFieldIsSynchronized 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.0.0.0 (5.0.0)
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
false.

Implements

ICollectionIsSynchronized
See Also