| IEntityViewCreateProjection Method | 
| Name | Description | |
|---|---|---|
| CreateProjection(ListIEntityPropertyProjector, IEntityCollection) | 
            Projects the data in the view onto a new set, stored in an entity collection using the property projector objects to produce the actual data.
              | |
| CreateProjection(ListIEntityPropertyProjector, IEntityDataProjector) | 
            Projects the data in the view onto a new set, stored in a collection using the property projector objects to produce the actual data.
              | |
| CreateProjection(ListIEntityPropertyProjector, DataTable) | 
            Projects the data in the view onto a new set, stored in a datatable using the property projector objects to produce the actual data.
              | |
| CreateProjection(ListIEntityPropertyProjector, IEntityCollection, Boolean) | 
            Projects the data in the view onto a new set, stored in an entity collection  using the property projector objects to produce the actual data.
              | |
| CreateProjection(ListIEntityPropertyProjector, IEntityDataProjector, Boolean) | 
            Projects the data in the view onto a new set, stored in a collection using the property projector objects to produce the actual data.
              | |
| CreateProjection(ListIEntityPropertyProjector, DataTable, Boolean) | 
            Projects the data in the view onto a new set, stored in a datatable using the property projector objects to produce the actual data.
              | |
| CreateProjection(ListIEntityPropertyProjector, IEntityCollection, Boolean, IPredicate) | 
            Projects the data in the view onto a new set, stored in an entity collection  using the property projector objects to produce the actual data.
              | |
| CreateProjection(ListIEntityPropertyProjector, IEntityDataProjector, Boolean, IPredicate) | 
            Projects the data in the view onto a new set, stored in a collection using the property projector objects to produce the actual data.
              | |
| CreateProjection(ListIEntityPropertyProjector, DataTable, Boolean, IPredicate) | 
            Projects the data in the view onto a new set, stored in a datatable using the property projector objects to produce the actual data.
              |