Click or drag to resize

EntityView2<TEntity>.CreateProjection Method

Overload List
  NameDescription
Public methodCreateProjection(List<IEntityPropertyProjector>, IEntityCollection2)
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.
Public methodCreateProjection(List<IEntityPropertyProjector>, 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.
Public methodCreateProjection(List<IEntityPropertyProjector>, 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.
Public methodCreateProjection(List<IEntityPropertyProjector>, IEntityCollection2, 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.
Public methodCreateProjection(List<IEntityPropertyProjector>, 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.
Public methodCreateProjection(List<IEntityPropertyProjector>, 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.
Public methodCreateProjection(List<IEntityPropertyProjector>, IEntityCollection2, 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.
Public methodCreateProjection(List<IEntityPropertyProjector>, 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.
Public methodCreateProjection(List<IEntityPropertyProjector>, 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.
Protected methodCreateProjection(List<IEntityPropertyProjector>, Boolean, IPredicate, IEntityDataProjector)
Creates a projection of the current view data, using the passed in field projections and the projector.
(Inherited from EntityViewBase<TEntity>.)
Top
See Also