IEntityFieldCoreInterpretGetValue 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.5.0.0 (5.5.18.1019)
SyntaxObject GetValue(
	IEntityCore entity
)
Function GetValue ( 
	entity As IEntityCore
) As Object
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity. 
Return Value
Type: 
Objectthe value of the field in the entity passed in. If the field isn't present in the entity passed in, null is returned
See Also