Click or drag to resize
EntityFieldsCore<TField>.ICollection<IEntityFieldCore>.IsReadOnly Property
Gets a value indicating whether this instance is read only.

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<IEntityFieldCore>.IsReadOnly { get; }

Property Value

Type: Boolean

Implements

ICollection<T>.IsReadOnly
See Also