Click or drag to resize
EntityPropertyIEntityFieldCoreInterpretGetValue 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 property in the entity passed in. If the field isn't present in the entity passed in, null is returned. If the value for the property is null, DBNull.Value is returned.

Implements

IEntityFieldCoreInterpretGetValue(IEntityCore)
See Also