Click or drag to resize

IViewProjectionData Interface

Interface for the generic ViewProjectionData class which contains projection data for entity views, used in hierarchical projections of data. The data is applied to a view of all entities with the type specified as TEntity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public interface IViewProjectionData

The IViewProjectionData type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalFilter
Gets the additional filter to apply to the data before projection. Only matching entities are projected
Public propertyAllowDuplicates
Gets / sets allowDuplicates, a flag to signal if duplicate results are allowed.
Public propertyProjectors
Gets / sets the list of entity property projectors to project the view's data
Public propertyTypeOfTargetEntity
Gets the type of the target entity.
Top
See Also