System.Data.Common Namespace RowUpdatingEventArgs Class
Returns the IDbCommand executed when Update is called.
[ VB ] Public ReadOnly Property Command As IDbCommand [ C# ] public IDbCommand Command {get;} [ C++ ] public: __property IDbCommand* get_Command ( ); [ JScript ] public function get Command ( ) : IDbCommand;
The IDbCommand executed when Update is called.
RowUpdatingEventArgs 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