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