Click or drag to resize
EntityFieldCoreIEntityFieldCoreInterpretGetValue 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 IEntityFieldCoreInterpret.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 If the field's value is Undefined, DBNull.Value is returned.

Implements

IEntityFieldCoreInterpretGetValue(IEntityCore)
See Also