| EntityPropertyDescriptor.GetValue Method  | 
 
            See PropertyDescriptor class.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic override Object GetValue(
	Object component
)
Public Overrides Function GetValue ( 
	component As Object
) As Object
Parameters
- component
 - Type: System.Object
 
Return Value
Type: 
Objectcurrent value of associated IEntityField
See Also