Wrong parameter usage in serialization (#1065)

This commit is contained in:
Karl Burtram
2020-09-04 10:09:37 -07:00
committed by GitHub
parent 3393e31f55
commit 479e5242ff

View File

@@ -111,7 +111,7 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
{
this.SaveFormat = saveFormat;
this.FilePath = savePath;
this.Rows = Rows;
this.Rows = rows;
this.IsLastBatch = isLast;
}