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!

DataRowView.Row

Gets the row being viewed.

[Visual Basic]
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 being viewed by the DataRowView.

See Also

DataRowView Class | DataRowView Members | System.Data Namespace | DataRowView | DataRow