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)
56get { return _collection.ClrEntityType; } 61get { return _collection.IsReadOnly || !_column.CanWrite; } 106if (null == wrapper || this._collection != wrapper.Collection)