System.Data.Common Namespace RowUpdatingEventArgs Class
Returns the errors generated by the .NET data provider when the Command was executed.
[ VB ] Public Property Errors As Exception [ C# ] public Exception Errors {get; set;} [ C++ ] public: __property Exception* get_Errors ( ); public: __property void set_Errors ( Exception* ); [ JScript ] public function get Errors ( ) : Exception; public function set Errors ( Exception );
The errors generated by the .NET data provider when the Command was executed.
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