Click or drag to resize
EntityCollectionBase2TEntityCreateView Method
Creates a new EntityView2 object of the right type on this collection with no filter nor sorter applied.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IEntityView2 CreateView()

Return Value

Type: IEntityView2
new EntityView2 on this collection
See Also