| IEntityFactoryCoreCreateFields 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.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxIEntityFieldsCore CreateFields()
Function CreateFields As IEntityFieldsCore
Return Value
Type: 
IEntityFieldsCoreEmpty IEntityFieldsCore object.
See Also