This document is archived and information here might be outdated. Recommended version. |
Indicates whether the value of the field at the specified index has changed since the last call to Store on the Row object.
[Visual Basic .NET]
Public Function get_ValueChanged ( _
ByVal Index As Integer _
) As Boolean
[C#]
public bool get_ValueChanged (
int Index
);
[C++]
HRESULT get_ValueChanged(
long Index,
Boolean* changed
);
[C++] Parameters Index [in]
Index is a parameter of type long changed [out, retval]
changed is a parameter of type bool*