Click or drag to resize
EntityFieldCoreIsReadOnly Property
If set to true, in the constructor, no changes can be made to this field.

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
[XmlIgnoreAttribute]
public bool IsReadOnly { get; }

Property Value

Type: Boolean

Implements

IFieldInfoIsReadOnly
See Also