EntityCollectionBase2TEntityCreateDefaultEntityView Method |
Creates the default entity view instance. By default it creates a new EntityView2(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.4.0.0 (5.4.0)
Syntax protected virtual EntityView2<TEntity> CreateDefaultEntityView()
Protected Overridable Function CreateDefaultEntityView As EntityView2(Of TEntity)
Return Value
Type:
EntityView2TEntitynew entity view on this collection, to be used as the default entity view, returned by DefaultView
See Also