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.4.0.0 (5.4.0)
Syntax Object IEntityFieldCoreInterpret.GetValue(
IEntityCore entity
)
Private Function GetValue (
entity As IEntityCore
) As Object Implements IEntityFieldCoreInterpret.GetValue
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