EntityCollectionBaseTEntityCreateView 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.6.0.0 (5.6.19.0117)
Syntax public IEntityView CreateView()
Public Function CreateView As IEntityView
Return Value
Type:
IEntityViewnew EntityView on this collection
See Also