5 references to EntityDataSourceWrapper
System.Web.Entity (5)
System\Data\WebControls\EntityDataSourceView.cs (4)
480
modifiedEntityWrapper = new
EntityDataSourceWrapper
(wrapperCollection, entity);
607
entityWrapper = new
EntityDataSourceWrapper
(wrapperCollection, entity);
684
entityWrapper = new
EntityDataSourceWrapper
(wrapperCollection, entity);
710
entityWrapper = new
EntityDataSourceWrapper
(wrapperCollection, changingArgs.Entity);
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
103
EntityDataSourceWrapper wrapper = new
EntityDataSourceWrapper
(this, entity);