Click or drag to resize

EntityView<TEntity> Constructor (CollectionCore<TEntity>, IPredicate)

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 EntityView(
	CollectionCore<TEntity> relatedCollection,
	IPredicate filter
)

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: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
The filter to apply
See Also