DataTable DataRow tag property??

  • Thread starter Thread starter Chris Ashley
  • Start date Start date
C

Chris Ashley

I'm programmatically creating a DataTable like so:

OccRow = OccupancyTable.NewRow
OccRow.Item(0) = ObjRS("RoomName").Value

Is there any way to give OccRow.Item(0) some sort of unique reference like
the tag property of other controls?
 
Back
Top