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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph