Click or drag to resize

EntityCollectionBase2TEntityIEntityCollection2CreateView Method (IPredicate)

Creates a new EntityView2 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
IEntityView2 IEntityCollection2.CreateView(
	IPredicate filter
)

Parameters

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

Return Value

Type: IEntityView2
new EntityView2 on this collection

Implements

IEntityCollection2CreateView(IPredicate)
See Also