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.0.0.0 (5.0.0)
Syntax
protected EntityFieldCore(
	IFieldInfo fieldInfo,
	IEntityFieldsCore containingEntityFieldsCore
)

Parameters

fieldInfo
Type: SD.LLBLGen.Pro.ORMSupportClasses.IFieldInfo
The field info.
containingEntityFieldsCore
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldsCore
The containing entity fields core.
See Also