Share via


HpcLinqContext.FromEnumerable Method

Namespace: Microsoft.Hpc.Linq
Assembly: Microsoft.Hpc.Linq (in Microsoft.Hpc.Linq.dll)

Usage

'Usage
Dim instance As HpcLinqContext
Dim data As IEnumerable(Of T)
Dim returnValue As IQueryable(Of T)

returnValue = instance.FromEnumerable(data)

Syntax

'Declaration
Public Function FromEnumerable(Of T) ( _
    data As IEnumerable(Of T) _
) As IQueryable(Of T)
public IQueryable<T> FromEnumerable<T> (
    IEnumerable<T> data
)
public:
generic<typename T>
IQueryable<T>^ FromEnumerable (
    IEnumerable<T>^ data
)
J# supports the use of generic APIs, but not the declaration of new ones.
JScript does not support generic types or methods.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012

Target Platforms

Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, with HPC Pack Client Utilities

See Also

Reference

HpcLinqContext Class
HpcLinqContext Members
Microsoft.Hpc.Linq Namespace

Build Date:

2013-04-22