mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 01:25:42 -05:00
Adding changes as requested for code review
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
using System.Data.Common;
|
||||
//
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
//
|
||||
|
||||
using System.Data.Common;
|
||||
|
||||
namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a summary of information about a result without returning any cells of the results
|
||||
/// </summary>
|
||||
public class ResultSetSummary
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user