The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Queryable::AsQueryable Method
.NET Framework (current version)
Namespace:
System.Linq
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AsQueryable(IEnumerable^) | Converts an IEnumerable to an IQueryable. |
![]() ![]() | AsQueryable<TElement>(IEnumerable<TElement>^) | Converts a generic IEnumerable<T> to a generic IQueryable<T>. |
Show:

