1 write to _collection
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (1)
45
_collection
= collection;
3 references to _collection
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (3)
56
get { return
_collection
.ClrEntityType; }
61
get { return
_collection
.IsReadOnly || !_column.CanWrite; }
106
if (null == wrapper || this.
_collection
!= wrapper.Collection)