EntityViewTEntity Constructor (CollectionCoreTEntity, PredicateTEntity, ISortExpression) | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic EntityView(
	CollectionCore<TEntity> relatedCollection,
	Predicate<TEntity> filter,
	ISortExpression sorter
)
Public Sub New ( 
	relatedCollection As CollectionCore(Of TEntity),
	filter As Predicate(Of TEntity),
	sorter As ISortExpression
)
Parameters
- relatedCollection
 - Type: SD.LLBLGen.Pro.ORMSupportClassesCollectionCoreTEntity
entity collection which is the data-container for the data viewed through this view. - filter
 - Type: SystemPredicateTEntity
The filter to apply - sorter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter to apply 
See Also