@@ -292,6 +292,67 @@ <h3 id="methods">Methods
292292 </ h3 >
293293
294294
295+ < a id ="DirectSQL_SqlResult_AsEnumerable_ " data-uid ="DirectSQL.SqlResult.AsEnumerable* "> </ a >
296+ < h4 id ="DirectSQL_SqlResult_AsEnumerable__1_System_Func_System_Object___0__ " data-uid ="DirectSQL.SqlResult.AsEnumerable``1(System.Func{System.Object,``0}) "> AsEnumerable<T>(Func<Object, T>)</ h4 >
297+ < div class ="markdown level1 summary "> < p > Return enumerable of SqlResult</ p >
298+ </ div >
299+ < div class ="markdown level1 conceptual "> </ div >
300+ < h5 class ="decalaration "> Declaration</ h5 >
301+ < div class ="codewrapper ">
302+ < pre > < code class ="lang-csharp hljs "> public IEnumerable<T> AsEnumerable<T>(Func<dynamic, T> convert)</ code > </ pre >
303+ </ div >
304+ < h5 class ="parameters "> Parameters</ h5 >
305+ < table class ="table table-bordered table-striped table-condensed ">
306+ < thead >
307+ < tr >
308+ < th > Type</ th >
309+ < th > Name</ th >
310+ < th > Description</ th >
311+ </ tr >
312+ </ thead >
313+ < tbody >
314+ < tr >
315+ < td > < span class ="xref "> System.Func</ span > << span class ="xref "> System.Object</ span > , T></ td >
316+ < td > < span class ="parametername "> convert</ span > </ td >
317+ < td > < p > Convert from dynamic to T</ p >
318+ </ td >
319+ </ tr >
320+ </ tbody >
321+ </ table >
322+ < h5 class ="returns "> Returns</ h5 >
323+ < table class ="table table-bordered table-striped table-condensed ">
324+ < thead >
325+ < tr >
326+ < th > Type</ th >
327+ < th > Description</ th >
328+ </ tr >
329+ </ thead >
330+ < tbody >
331+ < tr >
332+ < td > < span class ="xref "> System.Collections.Generic.IEnumerable</ span > <T></ td >
333+ < td > < p > Object which enumerate result of SqlResult</ p >
334+ </ td >
335+ </ tr >
336+ </ tbody >
337+ </ table >
338+ < h5 class ="typeParameters "> Type Parameters</ h5 >
339+ < table class ="table table-bordered table-striped table-condensed ">
340+ < thead >
341+ < tr >
342+ < th > Name</ th >
343+ < th > Description</ th >
344+ </ tr >
345+ </ thead >
346+ < tbody >
347+ < tr >
348+ < td > < span class ="parametername "> T</ span > </ td >
349+ < td > < p > Type of object to be enumerated</ p >
350+ </ td >
351+ </ tr >
352+ </ tbody >
353+ </ table >
354+
355+
295356 < a id ="DirectSQL_SqlResult_Dispose_ " data-uid ="DirectSQL.SqlResult.Dispose* "> </ a >
296357 < h4 id ="DirectSQL_SqlResult_Dispose " data-uid ="DirectSQL.SqlResult.Dispose "> Dispose()</ h4 >
297358 < div class ="markdown level1 summary "> < p > Dispose resources.</ p >
0 commit comments