Click or drag to resize

IEntityCollectionCreateView Method

Creates a new EntityView 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.5.0.0 (5.5.18.1019)
Syntax
IEntityView CreateView()

Return Value

Type: IEntityView
new EntityView on this collection
See Also