Click or drag to resize

EntityView2<TEntity> Constructor (CollectionCore<TEntity>, Predicate<TEntity>, ISortExpression)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public EntityView2(
	CollectionCore<TEntity> relatedCollection,
	Predicate<TEntity> filter,
	ISortExpression sorter
)

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: System.Predicate<TEntity>
The filter to apply
sorter
Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression
The sorter to apply
See Also