IEntityFactory2CreateFields 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.1.0.0 (5.1.0)
Syntax IEntityFields2 CreateFields()
Function CreateFields As IEntityFields2
Return Value
Type:
IEntityFields2Empty IEntityFields2 object.
See Also