Click or drag to resize

IReadOnlyEntityCollectionBaseReadOnly Property

Gets if the collection is read only

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool ReadOnly { get; }

Return Value

Type: Boolean
True if the collection is read only, otherwise false
See Also