Use of Invoke Method

Thank you verymuch. I just have one more doubt

I created a datatable as

kit=new datatable(“Kitti”);
kit.tablename.tostring()—> prints correctly

but after adding to the dataset If i try to access by table name a s follow
ds.tables(“kitti”).rows.tostring this throws an error
and ds.tables(0).tablename.tostring() is printing TableName when my table name is Kitti

2 Likes