P
Philippe Bertrand
According to Oct 2004 MSDN, all RowUpdatingEventArgs properties are
supported in the Compact Framework but when I tried to access
RowUpdatingEventArgs.StatementType I got a MissingMethodException!
The same code works fine on the desktop.
Also none of the overloaded versions of DataRow.Item are supported in the
Compact Framework. There is therefore no way to access different version of
a row under the compact framework. How would one access the original
version of a deleted row?
Thanks,
Philippe
supported in the Compact Framework but when I tried to access
RowUpdatingEventArgs.StatementType I got a MissingMethodException!
The same code works fine on the desktop.
Also none of the overloaded versions of DataRow.Item are supported in the
Compact Framework. There is therefore no way to access different version of
a row under the compact framework. How would one access the original
version of a deleted row?
Thanks,
Philippe