Click or drag to resize
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
protected void ConstructElementFieldStructures(
	IInheritanceInfoProvider inheritanceInfoProvider
)

Parameters

inheritanceInfoProvider
Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
The inheritance info provider.
See Also