Click or drag to resize

EntityPropertyDescriptor.SetValue Method

See PropertyDescriptor class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override void SetValue(
	Object component,
	Object value
)

Parameters

component
Type: System.Object
value
Type: System.Object
See Also