Click or drag to resize
EntityView2<TEntity> Constructor (CollectionCore<TEntity>, IPredicate, ISortExpression, PostCollectionChangeAction)
CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public EntityView2(
	CollectionCore<TEntity> relatedCollection,
	IPredicate filter,
	ISortExpression sorter,
	PostCollectionChangeAction dataChangeAction
)

Parameters

relatedCollection
Type: SD.LLBLGen.Pro.ORMSupportClasses.CollectionCore<TEntity>
entity collection which is the data-container for the data viewed through this view.
filter
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
The filter to apply
sorter
Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression
The sorter to apply
dataChangeAction
Type: SD.LLBLGen.Pro.ORMSupportClasses.PostCollectionChangeAction
The data change action to take if data in the related collection changes.
See Also