SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class ResultSetSummary

Represents a summary of information about a result without returning any cells of the results

Inheritance
System.Object
ResultSetSummary
Namespace:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class ResultSetSummary

Properties

| Improve this Doc View Source

BatchId

The ID of the batch set within the query

Declaration
public int BatchId { get; set; }
Type Description
System.Int32
| Improve this Doc View Source

ColumnInfo

Details about the columns that are provided as solutions

Declaration
public DbColumnWrapper[] ColumnInfo { get; set; }
Type Description
DbColumnWrapper[]
| Improve this Doc View Source

Id

The ID of the result set within the batch results

Declaration
public int Id { get; set; }
Type Description
System.Int32
| Improve this Doc View Source

RowCount

The number of rows that was returned with the resultset

Declaration
public long RowCount { get; set; }
Type Description
System.Int64
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX