data table

  1. S

    Data Table - The type or namespace name 'DataSetExtensions' does not exist in the namespace 'System.Data'(are u missing an assembly reference?)

    Hi Team, I am trying to filter excel column "Filter Flag" with the value "Y" , using Data Table option for this but the code giving this kind of error. outData = new DataTable(); if(inData.Rows.Count > 0) { var result = inData.AsEnumerable().Where(row=>row["Filter Flag"].ToString() ==...
  2. G

    Data table in automation anywhere

    1)Is there any data table in automation anywhere? If so how to use it? 2) How to convert excel to data table or viceversa?
Top