diff --git a/src/Microsoft.Kusto.ServiceLayer/QueryExecution/Contracts/Serialization.cs b/src/Microsoft.Kusto.ServiceLayer/QueryExecution/Contracts/Serialization.cs index 414b04e3..aaf6277e 100644 --- a/src/Microsoft.Kusto.ServiceLayer/QueryExecution/Contracts/Serialization.cs +++ b/src/Microsoft.Kusto.ServiceLayer/QueryExecution/Contracts/Serialization.cs @@ -111,7 +111,7 @@ namespace Microsoft.Kusto.ServiceLayer.QueryExecution.Contracts { this.SaveFormat = saveFormat; this.FilePath = savePath; - this.Rows = Rows; + this.Rows = rows; this.IsLastBatch = isLast; }