System.Data.OleDb Namespace OleDbRowUpdatedEventArgs Class
Returns the OleDbCommand executed when Update is called.
[ VB ] Public ReadOnly Property Command As OleDbCommand [ C# ] public new OleDbCommand Command {get;} [ C++ ] public: __property OleDbCommand* get_Command ( ); [ C++ ] public function get Command ( ) : OleDbCommand
The OleDbCommand executed when Update is called.
OleDbRowUpdatedEventArgs Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note