FndDataColumn.GetValue Method (Object) |
Gets an attribute value for a FndDataRow
Namespace:
Ifs.Fnd.Data
Assembly:
Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic override Object GetValue(
Object component
)
Parameters
- component
- Type: System.Object
A datarow
Return Value
Type:
ObjectThe attribute value
Remarks
This version will only return the real value and no invalid value objects.
the existence is typically to support the Microsoft Data Binding model.
See Also