Click or drag to resize
EntityView<TEntity> Constructor (CollectionCore<TEntity>, ISortExpression)
CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public EntityView(
	CollectionCore<TEntity> relatedCollection,
	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.
sorter
Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression
The sorter to apply
See Also