Click or drag to resize
IEntityFieldCoreInterpretGetValue Method
Gets the value for the field implementing this interface for 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
Object GetValue(
	IEntityCore entity
)

Parameters

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

Return Value

Type: Object
the value of the field in the entity passed in. If the field isn't present in the entity passed in, null is returned
See Also