Click or drag to resize

EntityFactoryCore.Create Method

Creates a new IEntity instance

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public IEntity Create()

Return Value

Type: IEntity
the new IEntity instance

Implements

IEntityFactory.Create()
See Also