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.4.0.0 (5.4.0)
Syntax protected virtual Object EntityFieldCoreInterpretGetValueInternal(
IEntityCore entity
)
Protected Overridable Function EntityFieldCoreInterpretGetValueInternal (
entity As IEntityCore
) As Object
Parameters
- entity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity.
Return Value
Type:
Objectvalue of this field in the entity passed in.
See Also