Click or drag to resize
EntityFieldCoreEntityFieldCoreInterpretGetValueInternal Method
Internal implementation of the method which interprets this field in the entity passed in.

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
protected virtual Object EntityFieldCoreInterpretGetValueInternal(
	IEntityCore entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity.

Return Value

Type: Object
value of this field in the entity passed in.
See Also