diff --git a/src/Microsoft.Kusto.ServiceLayer/DataSource/KustoResultsReader.cs b/src/Microsoft.Kusto.ServiceLayer/DataSource/KustoResultsReader.cs index 9e9207ca..934ef248 100644 --- a/src/Microsoft.Kusto.ServiceLayer/DataSource/KustoResultsReader.cs +++ b/src/Microsoft.Kusto.ServiceLayer/DataSource/KustoResultsReader.cs @@ -13,9 +13,9 @@ namespace Microsoft.Kusto.ServiceLayer.DataSource /// we want the caller to only read the first table. We override the NextResult function here to only return one table /// from the IDataReader. /// - /*public override bool NextResult() + public override bool NextResult() { return false; - }*/ + } } } \ No newline at end of file