|
@@ -224,10 +224,10 @@ namespace OTSIncAReportApp.DataOperation.DataAccess
|
|
|
sqlp = sqlp + " and '" + fieldAndPartic + "' like ('%,'||fieldid||'-'||particleid||',%')";
|
|
|
}
|
|
|
DataTable DT = dbHelper.ExecuteDataTable(sqlp, null);
|
|
|
- for (int i = 0; i < DT.Rows.Count; i++)
|
|
|
- {
|
|
|
- DT.Rows[i]["Area"] = Math.Sqrt((double)DT.Rows[i]["Area"] / Math.PI) * 2;
|
|
|
- }
|
|
|
+ //for (int i = 0; i < DT.Rows.Count; i++)
|
|
|
+ //{
|
|
|
+ // DT.Rows[i]["Area"] = Math.Sqrt((double)DT.Rows[i]["Area"] / Math.PI) * 2;
|
|
|
+ //}
|
|
|
|
|
|
|
|
|
return DT;
|