Click or drag to resize

EntityField2 Constructor (IFieldInfo, IEntityFieldsCore)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public EntityField2(
	IFieldInfo fieldInfo,
	IEntityFieldsCore containingEntityFieldsCore
)

Parameters

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