Click or drag to resize

EntityFactoryCore2CreateImpl Method

Implementation of the Create(fields) method. Called from Create(fields)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected virtual IEntity2 CreateImpl(
	IEntityFields2 fields
)

Parameters

fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields2
Populated IEntityFields2 object for the new entity2 to create

Return Value

Type: IEntity2
Fully created and populated (due to the IEntityFields2 object) IEntity2 object
See Also