EntityFactoryCore2GetEntityFactory Method  | 
 
            This method retrieves, using the InheritanceInfoprovider, the factory for the entity represented by the values passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic virtual IEntityFactory2 GetEntityFactory(
	Object[] fieldValues,
	Dictionary<string, int> entityFieldStartIndexesPerEntity
)
Public Overridable Function GetEntityFactory ( 
	fieldValues As Object(),
	entityFieldStartIndexesPerEntity As Dictionary(Of String, Integer)
) As IEntityFactory2
Parameters
- fieldValues
 - Type: SystemObject
Field values read from the db, to determine which factory to return, based on the field values passed in. - entityFieldStartIndexesPerEntity
 - Type: System.Collections.GenericDictionaryString, Int32
indexes into values where per entity type their own fields start. 
Return Value
Type: 
IEntityFactory2Implements
IEntityFactory2GetEntityFactory(Object, DictionaryString, Int32)
See Also