EntitySet(Of TEntity).IList.IsReadOnly Property

 

For a description of this member, see IsReadOnly.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Private ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

Property Value

Type: System.Boolean

true if the collection is read-only; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the EntitySet(Of TEntity) instance is cast to an IList interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: