EntityCollectionBaseTEntityIEntityCollectionCreateView Method |
Creates a new EntityView object of the right type on this collection with no filter nor sorter applied.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax IEntityView IEntityCollection.CreateView()
Private Function CreateView As IEntityView
Implements IEntityCollection.CreateView
Return Value
Type:
IEntityViewnew EntityView on this collection
Implements
IEntityCollectionCreateViewSee Also