Click or drag to resize
RelationCollectionIListIsReadOnly Property
Gets a value indicating whether the IList 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 IList.IsReadOnly { get; }

Return Value

Type: Boolean
true if the IList is read-only; otherwise, false.

Implements

IListIsReadOnly
See Also