NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RowUpdatingEventArgs.Row

[To be supplied.]

[Visual Basic]
Public Property Row As DataRow
[C#]
public DataRow Row {get; set;}
[C++]
public: __property DataRow* get_Row();
public: __property void set_Row(DataRow*);
[JScript]
public function get Row() : DataRow;
public function set Row(DataRow);

See Also

RowUpdatingEventArgs Class | RowUpdatingEventArgs Members | System.Data.Internal Namespace