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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected 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