Commit 5683a73182f235c3849d3c3a6b65f1ce4d99bf00

Authored by Nikita Kulshreshtha
1 parent 41460e5b

added comment to switch the branch.

350-UTILITIES/SQL_To_Json/SQLToJSON/SQLToJSON/Custom.cs
... ... @@ -29,7 +29,7 @@ namespace SQLToJSON
29 29 resultTable = ds.Tables[0];
30 30 return resultTable;
31 31 }
32   -
  32 + //nbh
33 33 public string DataTableToJSONWithJSONNet(dynamic table)
34 34 {
35 35 string JSONString = string.Empty;
... ...