Click or drag to resize
EntityViewTEntity Constructor (CollectionCoreTEntity, IPredicate, ISortExpression)
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 EntityView(
	CollectionCore<TEntity> relatedCollection,
	IPredicate filter,
	ISortExpression sorter
)

Parameters

relatedCollection
Type: SD.LLBLGen.Pro.ORMSupportClassesCollectionCoreTEntity
entity collection which is the data-container for the data viewed through this view.
filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to apply
sorter
Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter to apply
See Also