Click or drag to resize

DataColumn.GetModified Method (Typed)

X#
Determine whether the value in column has been modified.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetModified() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if the value in the column has been modified; otherwise, FALSE.
See Also