System.Data.Common Namespace RowUpdatedEventArgs Class
Returns the UpdateStatus of the Command.
[ VB ] Public Property Status As UpdateStatus [ C# ] public UpdateStatus Status {get; set;} [ C++ ] public: __property UpdateStatus get_Status ( ); public: __property void set_Status ( UpdateStatus ); [ JScript ] public function get Status ( ) : UpdateStatus; public function set Status ( UpdateStatus );
One of the UpdateStatus values. The default is Continue.
RowUpdatedEventArgs 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