2 references to Collection
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1055
foreach (var keyProperty in entityWrapper.
Collection
.AllPropertyDescriptors.Select(d => d.Column).OfType<EntityDataSourcePropertyColumn>().Where(c => c.IsKey))
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (1)
106
if (null == wrapper || this._collection != wrapper.
Collection
)