asp.net.ph

OleDbRowUpdatedEventArgs.Command Property

System.Data.OleDb Namespace   OleDbRowUpdatedEventArgs Class


Returns the OleDbCommand executed when Update is called.

[ VB ]
Public ReadOnly Property Command As OleDbCommand

[ C# ]
public new OleDbCommand Command {get;}

[ C++ ]
public: __property OleDbCommand* get_Command ( );

[ C++ ]
public function get Command ( ) : OleDbCommand

Property Value

The OleDbCommand executed when Update is called.

See Also

OleDbRowUpdatedEventArgs 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