| EntityFactoryCore2IEntityFactoryCoreCreateFields Method  | 
            Creates, using the generated EntityFieldsFactory, the IEntityFieldsCore 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxIEntityFieldsCore IEntityFactoryCore.CreateFields()
Private Function CreateFields As IEntityFieldsCore
	Implements IEntityFactoryCore.CreateFields
Return Value
Type: 
IEntityFieldsCoreEmpty IEntityFieldsCore object.
Implements
IEntityFactoryCoreCreateFields
See Also