R
RSH
Hi,
I have a situation where I need to send a Datarow.tiem to a function for
processing. I cant figure out the right type to specify in the function to
receive the item. What should it be?
Psuedo code...
Row.Item("EmployeeID") = GetValue(Row.Item("EmployeeID")
private function GetValue(ByVal RowItem as DataRow.Item) as boolean
...
end function
Thanks,
Ron
I have a situation where I need to send a Datarow.tiem to a function for
processing. I cant figure out the right type to specify in the function to
receive the item. What should it be?
Psuedo code...
Row.Item("EmployeeID") = GetValue(Row.Item("EmployeeID")
private function GetValue(ByVal RowItem as DataRow.Item) as boolean
...
end function
Thanks,
Ron