Click or drag to resize

EntityCollectionBaseTEntityIEntityCollectionCreateView Method (IPredicate)

Creates a new EntityView object of the right type on this collection with the passed in filter applied

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
IEntityView IEntityCollection.CreateView(
	IPredicate filter
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter.

Return Value

Type: IEntityView
new EntityView on this collection

Implements

IEntityCollectionCreateView(IPredicate)
See Also