| FieldInfoProviderBaseConstructElementFieldStructures Method | 
 
            Constructs the element field objects, which are used by EntityFields(2) object to find back an entity field based on the name and also for
            creating fields. This routine utilizes the inheritance info provider to understand the full fields list of an entity (if applicable).
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
 Syntax
Syntaxprotected void ConstructElementFieldStructures(
	IInheritanceInfoProvider inheritanceInfoProvider
)
Protected Sub ConstructElementFieldStructures ( 
	inheritanceInfoProvider As IInheritanceInfoProvider
)
Parameters
- inheritanceInfoProvider
- Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
 The inheritance info provider.
 See Also
See Also