Reversing the multi-table fix till we have proper fix (#1060)

This commit is contained in:
rajeshka
2020-08-27 20:26:31 -07:00
committed by GitHub
parent 0f9aedf1b9
commit 0b905fef75

View File

@@ -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.
/// </summary>
/*public override bool NextResult()
public override bool NextResult()
{
return false;
}*/
}
}
}