Skip to content

AsEnumerable

Eugene Sadovoi edited this page Jul 12, 2016 · 3 revisions

Returns the input typed as Enumerable

Syntax

AsEnumerable(source)

Parameters

source

The input sequence typed as Iterable<T>.

Return Value

Enumerable interface

Remarks

The AsEnumerable method has no effect other than to change the Iterable type of source to Enumerable<T>. Once converted it could be used to query date using LINQ methods.

Clone this wiki locally