updates to thread through maxCharsToStore

This commit is contained in:
Christopher C
2021-08-18 21:38:12 -07:00
parent ccd2ec446d
commit 6eb5b7668c
3 changed files with 14 additions and 1 deletions

View File

@@ -300,7 +300,8 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution
Delimiter = this.requestParams.Delimiter,
LineSeperator = this.requestParams.LineSeparator,
TextIdentifier = this.requestParams.TextIdentifier,
Encoding = this.requestParams.Encoding
Encoding = this.requestParams.Encoding,
MaxCharsToStore = this.requestParams.MaxCharsToStore
};
}
private SaveResultsAsXmlRequestParams CreateXmlRequestParams()