EntityPropertyDescriptorGetValue Method |
See PropertyDescriptor class.
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 public override Object GetValue(
Object component
)
Public Overrides Function GetValue (
component As Object
) As Object
Parameters
- component
- Type: SystemObject
Return Value
Type:
Objectcurrent value of associated IEntityField
See Also