Click or drag to resize
EntityFactoryCore2CreateFields Method
Creates, using the generated EntityFieldsFactory, the IEntityFields2 object for the entity to create. This method is used by internal code to create the fields object to store fetched data.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual IEntityFields2 CreateFields()

Return Value

Type: IEntityFields2
Empty IEntityFields2 object.

Implements

IEntityFactory2CreateFields
See Also