EntityCollection<TEntity>::IsReadOnly Property

 

Gets a value that indicates whether the EntityCollection<TEntity> is read-only.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property bool IsReadOnly {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

Always returns false.

.NET Framework
Available since 3.5
Return to top
Show: