Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected abstract IEntityCore CreateDummyInstance()

Return Value

Type: IEntityCore
See Also