mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 17:24:07 -05:00
Add docs template
This commit is contained in:
@@ -10,43 +10,45 @@
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ResultSet
|
||||
">
|
||||
<meta name="generator" content="docfx 1.0.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/style.css">
|
||||
<meta property="docfx:navrel" content="../toc.html">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix">
|
||||
<!--
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-63735192-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
-->
|
||||
</head> <body data-spy="scroll" data-target="#affix">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<nav class="navbar navbar-inverse">
|
||||
<div class="container">
|
||||
<a href="../"><img height="50px" src="../images/sqlserver.png" style="float:right;"></a>
|
||||
<div class="navbar-header ">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../"><span class="dotnet">SQL Tools Service</span></a>
|
||||
</div>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
@@ -68,7 +70,8 @@
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content">
|
||||
|
||||
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/new/master/docs/apispec/new?filename=Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet.md&value=---%0Auid%3A%20Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="pull-right mobile-hide"><span class="fa fa-github"></span>Improve this Doc</a>
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L23" class="pull-right mobile-hide">View Source</a>
|
||||
<h1 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet">Class ResultSet
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Class that represents a resultset the was generated from a query. Contains logic for
|
||||
@@ -80,30 +83,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">ResultSet</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>:Microsoft.SqlTools.ServiceLayer.QueryExecution</h6>
|
||||
<h6><strong>Assembly</strong>:Microsoft.SqlTools.ServiceLayer.dll</h6>
|
||||
<h5 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_syntax">Syntax</h5>
|
||||
@@ -119,7 +98,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L91">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet__ctor_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.#ctor*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet__ctor_System_Data_Common_DbDataReader_System_Int32_System_Int32_Microsoft_SqlTools_ServiceLayer_QueryExecution_DataStorage_IFileStreamFactory_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.#ctor(System.Data.Common.DbDataReader,System.Int32,System.Int32,Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamFactory)">ResultSet(DbDataReader, Int32, Int32, IFileStreamFactory)</h4>
|
||||
<div class="markdown level1 summary"><p>Creates a new result set and initializes its state</p>
|
||||
</div>
|
||||
@@ -140,25 +118,25 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Data.Common.DbDataReader</span></td>
|
||||
<td><span class="parametername">reader</span></td>
|
||||
<td><em>reader</em></td>
|
||||
<td><p>The reader from executing a query</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">ordinal</span></td>
|
||||
<td><em>ordinal</em></td>
|
||||
<td><p>The ID of the resultset, the ordinal of the result within the batch</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">batchOrdinal</span></td>
|
||||
<td><em>batchOrdinal</em></td>
|
||||
<td><p>The ID of the batch, the ordinal of the batch within the query</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamFactory.html">IFileStreamFactory</a></td>
|
||||
<td><span class="parametername">factory</span></td>
|
||||
<td><em>factory</em></td>
|
||||
<td><p>Factory for creating a reader/writer</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -173,7 +151,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L142">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_BatchId_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.BatchId*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_BatchId" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.BatchId">BatchId</h4>
|
||||
<div class="markdown level1 summary"><p>ID of the batch set, relative to the query</p>
|
||||
</div>
|
||||
@@ -182,7 +159,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int BatchId { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -204,7 +181,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L132">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Columns_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Columns*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Columns" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Columns">Columns</h4>
|
||||
<div class="markdown level1 summary"><p>The columns for this result set</p>
|
||||
</div>
|
||||
@@ -213,7 +189,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DbColumnWrapper[] Columns { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -235,7 +211,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L137">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Id_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Id*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Id" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Id">Id</h4>
|
||||
<div class="markdown level1 summary"><p>ID of the result set, relative to the batch</p>
|
||||
</div>
|
||||
@@ -244,7 +219,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int Id { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -266,7 +241,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L147">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_MaxCharsToStore_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.MaxCharsToStore*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_MaxCharsToStore" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.MaxCharsToStore">MaxCharsToStore</h4>
|
||||
<div class="markdown level1 summary"><p>Maximum number of characters to store for a field</p>
|
||||
</div>
|
||||
@@ -275,7 +249,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int MaxCharsToStore { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -297,7 +271,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L152">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_MaxXmlCharsToStore_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.MaxXmlCharsToStore*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_MaxXmlCharsToStore" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.MaxXmlCharsToStore">MaxXmlCharsToStore</h4>
|
||||
<div class="markdown level1 summary"><p>Maximum number of characters to store for an XML field</p>
|
||||
</div>
|
||||
@@ -306,7 +279,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int MaxXmlCharsToStore { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -328,7 +301,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L157">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_RowCount_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.RowCount*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_RowCount" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.RowCount">RowCount</h4>
|
||||
<div class="markdown level1 summary"><p>The number of rows for this result set</p>
|
||||
</div>
|
||||
@@ -337,7 +309,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public long RowCount { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -359,7 +331,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L162">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Summary_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Summary*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Summary" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Summary">Summary</h4>
|
||||
<div class="markdown level1 summary"><p>Generates a summary of this result set</p>
|
||||
</div>
|
||||
@@ -368,7 +339,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ResultSetSummary Summary { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<h5 class="propertyValue"></h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -392,7 +363,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L289">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Dispose_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Dispose*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Dispose" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Dispose">Dispose()</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -400,8 +370,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
|
||||
</div>
|
||||
<h5 class="implements">Implements</h5>
|
||||
<div><span class="xref">System.IDisposable.Dispose()</span></div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/new/master/docs/apispec/new?filename=Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Dispose_System_Boolean_.md&value=---%0Auid%3A%20Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Dispose(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
@@ -409,7 +377,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L295">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Dispose_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Dispose*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_Dispose_System_Boolean_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.Dispose(System.Boolean)">Dispose(Boolean)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -429,7 +396,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><span class="parametername">disposing</span></td>
|
||||
<td><em>disposing</em></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -441,7 +408,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L186">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_GetSubset_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.GetSubset*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_GetSubset_System_Int32_System_Int32_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.GetSubset(System.Int32,System.Int32)">GetSubset(Int32, Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Generates a subset of the rows from the result set</p>
|
||||
</div>
|
||||
@@ -462,13 +428,13 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">startRow</span></td>
|
||||
<td><em>startRow</em></td>
|
||||
<td><p>The starting row of the results</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">rowCount</span></td>
|
||||
<td><em>rowCount</em></td>
|
||||
<td><p>How many rows to retrieve</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -497,7 +463,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs/#L246">View Source</a>
|
||||
</span>
|
||||
<a id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_ReadResultToEnd_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.ReadResultToEnd*"></a>
|
||||
<h4 id="Microsoft_SqlTools_ServiceLayer_QueryExecution_ResultSet_ReadResultToEnd_System_Threading_CancellationToken_" data-uid="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.ReadResultToEnd(System.Threading.CancellationToken)">ReadResultToEnd(CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"><p>Reads from the reader until there are no more results to read</p>
|
||||
</div>
|
||||
@@ -518,7 +483,7 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
||||
<td><span class="parametername">cancellationToken</span></td>
|
||||
<td><em>cancellationToken</em></td>
|
||||
<td><p>Cancellation token for cancelling the query</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -556,21 +521,6 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event ResultSet.ResultSetAsyncEventHandler ResultCompletion</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.ResultSetAsyncEventHandler.html">ResultSet.ResultSetAsyncEventHandler</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
@@ -595,16 +545,9 @@ storing and retrieving results. Is contained by a Batch class.</p>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Copyright © 2015-2016 Microsoft<br>Generated by <strong>DocFX</strong></span>
|
||||
<div class="inner-footer">
|
||||
<p>© Microsoft // Generated with <a href="https://github.com/dotnet/docfx">DocFX</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user