Click or drag to resize

EntityView2TEntity Constructor (CollectionCoreTEntity, ISortExpression)

CTor

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

Parameters

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