Click or drag to resize

ViewProjectionData<TEntity> Properties

The ViewProjectionData<TEntity> generic 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