EntityViewBaseTEntityCreateDummyInstance Method |
Creates a dummy instance for the related entity collection of this view. This is done using the entityfactory of that entitycollection.
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 abstract IEntityCore CreateDummyInstance()
Protected MustOverride Function CreateDummyInstance As IEntityCore
Return Value
Type:
IEntityCoreSee Also