asp.net.ph

RowUpdatingEventArgs.Status Property

System.Data.Common Namespace   RowUpdatingEventArgs 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 );

Property Value

One of the UpdateStatus values. The default is Continue.

See Also

RowUpdatingEventArgs Members Skip Navigation Links




Previous page Back to top Next page

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