Click or drag to resize
EntityFields Constructor (StaticEntityFieldsDataContainer, IInheritanceInfoProvider, IFieldPersistenceInfo)
Initializes a new instance of the EntityFields2 class. Used for entity objects.

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
public EntityFields(
	StaticEntityFieldsDataContainer staticData,
	IInheritanceInfoProvider inheritanceProvider,
	IFieldPersistenceInfo[] fieldPersistenceInfos
)

Parameters

staticData
Type: SD.LLBLGen.Pro.ORMSupportClassesStaticEntityFieldsDataContainer
The static data.
inheritanceProvider
Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
The inheritance provider.
fieldPersistenceInfos
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The field persistence infos. Used for creating field objects on the fly
Exceptions
ExceptionCondition
ArgumentException
See Also