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.12.0.0 (5.12.0)
Syntaxpublic bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleanfalse.
Implements
ICollectionIsSynchronized
See Also