EntityViewTEntity Constructor (CollectionCoreTEntity, PredicateTEntity) |
CTor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public EntityView(
CollectionCore<TEntity> relatedCollection,
Predicate<TEntity> filter
)
Public Sub New (
relatedCollection As CollectionCore(Of TEntity),
filter As Predicate(Of TEntity)
)
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
See Also