Skip to content

Commit 11f9bed

Browse files
committed
ResultObject is added
1 parent 108dbac commit 11f9bed

File tree

3 files changed

+86
-6
lines changed

3 files changed

+86
-6
lines changed

doc/api/DirectSQL.SqlResult.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,70 @@ <h5 class="returns">Returns</h5>
328328
</tr>
329329
</tbody>
330330
</table>
331+
332+
333+
<a id="DirectSQL_SqlResult_ResultObject_" data-uid="DirectSQL.SqlResult.ResultObject*"></a>
334+
<h4 id="DirectSQL_SqlResult_ResultObject__1_System_Func_System_Object___0__" data-uid="DirectSQL.SqlResult.ResultObject``1(System.Func{System.Object,``0})">ResultObject&lt;T&gt;(Func&lt;Object, T&gt;)</h4>
335+
<div class="markdown level1 summary"><p>Result object of type T</p>
336+
</div>
337+
<div class="markdown level1 conceptual"></div>
338+
<h5 class="decalaration">Declaration</h5>
339+
<div class="codewrapper">
340+
<pre><code class="lang-csharp hljs">public T ResultObject&lt;T&gt;(Func&lt;dynamic, T&gt; convert)</code></pre>
341+
</div>
342+
<h5 class="parameters">Parameters</h5>
343+
<table class="table table-bordered table-striped table-condensed">
344+
<thead>
345+
<tr>
346+
<th>Type</th>
347+
<th>Name</th>
348+
<th>Description</th>
349+
</tr>
350+
</thead>
351+
<tbody>
352+
<tr>
353+
<td><span class="xref">System.Func</span>&lt;<span class="xref">System.Object</span>, T&gt;</td>
354+
<td><span class="parametername">convert</span></td>
355+
<td><p>convert from dynamic to T</p>
356+
</td>
357+
</tr>
358+
</tbody>
359+
</table>
360+
<h5 class="returns">Returns</h5>
361+
<table class="table table-bordered table-striped table-condensed">
362+
<thead>
363+
<tr>
364+
<th>Type</th>
365+
<th>Description</th>
366+
</tr>
367+
</thead>
368+
<tbody>
369+
<tr>
370+
<td><span class="xref">T</span></td>
371+
<td><p>result object</p>
372+
</td>
373+
</tr>
374+
</tbody>
375+
</table>
376+
<h5 class="typeParameters">Type Parameters</h5>
377+
<table class="table table-bordered table-striped table-condensed">
378+
<thead>
379+
<tr>
380+
<th>Name</th>
381+
<th>Description</th>
382+
</tr>
383+
</thead>
384+
<tbody>
385+
<tr>
386+
<td><span class="parametername">T</span></td>
387+
<td><p>Type of result object</p>
388+
</td>
389+
</tr>
390+
</tbody>
391+
</table>
392+
<h5 id="DirectSQL_SqlResult_ResultObject__1_System_Func_System_Object___0___remarks">Remarks</h5>
393+
<div class="markdown level1 remarks"><p>dynamic object is same as ResultValues</p>
394+
</div>
331395
<h3 id="implements">Implements</h3>
332396
<div>
333397
<span class="xref">System.IDisposable</span>

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"output": {
190190
".html": {
191191
"relative_path": "doc/api/DirectSQL.SqlResult.html",
192-
"hash": "71ofWY6V3TsLBE4Rp7bZrA=="
192+
"hash": "u7IeqUnFJEq9QnMLtU7tFQ=="
193193
}
194194
},
195195
"is_incremental": true,
@@ -311,18 +311,18 @@
311311
"incrementalPhase": "build"
312312
},
313313
"processors": {
314+
"TocDocumentProcessor": {
315+
"can_incremental": false,
316+
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
317+
"incrementalPhase": "build"
318+
},
314319
"ConceptualDocumentProcessor": {
315320
"can_incremental": true,
316321
"incrementalPhase": "build"
317322
},
318323
"ManagedReferenceDocumentProcessor": {
319324
"can_incremental": true,
320325
"incrementalPhase": "build"
321-
},
322-
"TocDocumentProcessor": {
323-
"can_incremental": false,
324-
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
325-
"incrementalPhase": "build"
326326
}
327327
}
328328
},

xrefmap.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,22 @@ references:
506506
isSpec: "True"
507507
fullName: DirectSQL.SqlResult.ResultFields
508508
nameWithType: SqlResult.ResultFields
509+
- uid: DirectSQL.SqlResult.ResultObject*
510+
name: ResultObject
511+
href: doc/api/DirectSQL.SqlResult.html#DirectSQL_SqlResult_ResultObject_
512+
commentId: Overload:DirectSQL.SqlResult.ResultObject
513+
isSpec: "True"
514+
fullName: DirectSQL.SqlResult.ResultObject
515+
nameWithType: SqlResult.ResultObject
516+
- uid: DirectSQL.SqlResult.ResultObject``1(System.Func{System.Object,``0})
517+
name: ResultObject<T>(Func<Object, T>)
518+
href: doc/api/DirectSQL.SqlResult.html#DirectSQL_SqlResult_ResultObject__1_System_Func_System_Object___0__
519+
commentId: M:DirectSQL.SqlResult.ResultObject``1(System.Func{System.Object,``0})
520+
name.vb: ResultObject(Of T)(Func(Of Object, T))
521+
fullName: DirectSQL.SqlResult.ResultObject<T>(System.Func<System.Object, T>)
522+
fullName.vb: DirectSQL.SqlResult.ResultObject(Of T)(System.Func(Of System.Object, T))
523+
nameWithType: SqlResult.ResultObject<T>(Func<Object, T>)
524+
nameWithType.vb: SqlResult.ResultObject(Of T)(Func(Of Object, T))
509525
- uid: DirectSQL.SqlResult.ResultTuples
510526
name: ResultTuples
511527
href: doc/api/DirectSQL.SqlResult.html#DirectSQL_SqlResult_ResultTuples

0 commit comments

Comments
 (0)