mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-16 01:25:41 -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.FilePath = savePath;
|
||||
this.Rows = Rows;
|
||||
this.Rows = rows;
|
||||
this.IsLastBatch = isLast;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user