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.1.0.0 (5.1.0)
Syntax protected void ConstructElementFieldStructures(
IInheritanceInfoProvider inheritanceInfoProvider
)
Protected Sub ConstructElementFieldStructures (
inheritanceInfoProvider As IInheritanceInfoProvider
)
Parameters
- inheritanceInfoProvider
- Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
The inheritance info provider.
See Also