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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note