Click or drag to resize

EntityFieldCore Constructor (IFieldInfo, IEntityFieldsCore)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected EntityFieldCore(
	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