4 instantiations of EntityDataSourceViewSchema
System.Web.Entity (4)
System\Data\WebControls\EntityDataSourceView.cs (4)
742
propTable = new
EntityDataSourceViewSchema
(wrappers);
756
propTable = new
EntityDataSourceViewSchema
(typedList);
763
propTable = new
EntityDataSourceViewSchema
(results, entityType.KeyMembers.Select(x => x.Name).ToArray());
767
propTable = new
EntityDataSourceViewSchema
(results);
1 reference to EntityDataSourceViewSchema
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
737
EntityDataSourceViewSchema
propTable;