Click or drag to resize
EntityField Constructor (IFieldInfo, IFieldPersistenceInfo, IEntityFieldsCore)
Initializes a new instance of the EntityField class.

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 EntityField(
	IFieldInfo fieldInfo,
	IFieldPersistenceInfo fieldPersistenceInfo,
	IEntityFieldsCore containingEntityFieldsCore
)

Parameters

fieldInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
The field info.
fieldPersistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The field persistence info.
containingEntityFieldsCore
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldsCore
The containing entity fields core.
See Also