mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Wrong parameter usage in serialization (#1065)
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
|
|||||||
{
|
{
|
||||||
this.SaveFormat = saveFormat;
|
this.SaveFormat = saveFormat;
|
||||||
this.FilePath = savePath;
|
this.FilePath = savePath;
|
||||||
this.Rows = Rows;
|
this.Rows = rows;
|
||||||
this.IsLastBatch = isLast;
|
this.IsLastBatch = isLast;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user