G
Guest
I've successfully created a dataview that I want to passing to another
subroutine. See Example below:
Creation of dataview:
For Each CriteriaDetailRow In AlertData.AlertDS.Tables("EventCriteria").Rows
Dim foundRows() As DataRowView = Min_NumView.FindRows(New
Object() {CriteriaDetailRow.Item("Min_Num")})
For Each MinGPSHistoryDetailRow In foundRows
I want to pass the foundrows collection as follows:
subroutine. See Example below:
Creation of dataview:
For Each CriteriaDetailRow In AlertData.AlertDS.Tables("EventCriteria").Rows
Dim foundRows() As DataRowView = Min_NumView.FindRows(New
Object() {CriteriaDetailRow.Item("Min_Num")})
For Each MinGPSHistoryDetailRow In foundRows
I want to pass the foundrows collection as follows: