| IEntityFactoryCoreCreate Method (IEntityFieldsCore) | 
 
            Creates a new entity instance but uses a special constructor which will set the Fields object of the new
            entity instance to the passed in fields object. Implement this method to support multi-type in single table inheritance.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxIEntityCore Create(
	IEntityFieldsCore fields
)
Function Create ( 
	fields As IEntityFieldsCore
) As IEntityCore
Parameters
- fields
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldsCore
Populated fields object for the new entity to create 
Return Value
Type: 
IEntityCoreFully created and populated entity object
See Also