| EntityCollectionBaseTEntityCreateDefaultEntityView Method  | 
 
            Creates the default entity view instance. By default it creates a new EntityView(Of TEntity) instance, passing in this collection.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected virtual EntityView<TEntity> CreateDefaultEntityView()
Protected Overridable Function CreateDefaultEntityView As EntityView(Of TEntity)
Return Value
Type: 
EntityViewTEntitynew entity view on this collection, to be used as the default entity view, returned by DefaultView
See Also