DataColumn.GetModified Method (Typed) | |
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
public virtual bool GetModified()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if the value in the column has been modified; otherwise, FALSE.
See Also