| EntityCollectionBase2TEntityIEntityCollection2CreateView 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.1.0.0 (5.1.0)
SyntaxIEntityView2 IEntityCollection2.CreateView()
Private Function CreateView As IEntityView2
	Implements IEntityCollection2.CreateView
Return Value
Type: 
IEntityView2new EntityView2 on this collection
Implements
IEntityCollection2CreateView
See Also