asp.net.ph

RowUpdatingEventArgs.Row Property

System.Data.Common Namespace   RowUpdatingEventArgs Class


Returns the DataRow sent through an Update.

[ VB ]
Public ReadOnly Property Row As DataRow

[ C# ]
public DataRow Row {get;}

[ C++ ]
public: __property DataRow* get_Row ( );

[ JScript ]
public function get Row ( ) : DataRow;

Property Value

The DataRow sent through an Update.

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