asp.net.ph

DataRowView.DataView Property

System.Data Namespace   DataRowView Class


Returns the DataView to which this row belongs.

Syntax


Script [ DataView variable = ] DataRowView.DataView

Property Value


variable The DataView to which this row belongs.

The property is read only with no default value.

Example

The following example returns the DataView of the specified DataRowView.

private DataView ReturnDataView ( DataRowView myRowView ) {
   return myRowView.DataView;
}
  C# VB

See Also

DataRowView 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