asp.net.ph

RowUpdatingEventArgs.Command Property

System.Data.Common Namespace   RowUpdatingEventArgs Class


Returns the IDbCommand executed when Update is called.

[ VB ]
Public ReadOnly Property Command As IDbCommand

[ C# ]
public IDbCommand Command {get;}

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

[ JScript ]
public function get Command ( ) : IDbCommand;

Property Value

The IDbCommand executed when Update is called.

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