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.6.0.0 (5.6.19.0117)
Syntaxprotected 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