Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim row as DataRow
Dim rows() as DataRow
...
...
rows = row.GetChildRows()
[code]
I want GetChildRows to also return rows that are marked deleted. The reason, is that I want to know if I need to update the child table in the datasource.