Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Extensions > ClientExtensions > AsRemoteQueryable
Takes an enumerable and builds a host for remote processing.
| Overload | Description |
|---|---|
| AsRemoteQueryable<T>(IEnumerable<T> source, RemoteContext context) | Takes an enumerable and builds a host for remote processing. |
Takes an enumerable and builds a host for remote processing.
public static IQueryable<T> AsRemoteQueryable<T>(IEnumerable<T> source, RemoteContext context)IQueryable<T> - The RemoteQuery<T, TProvider> .
| Parameter | Type | Description |
|---|---|---|
source |
IEnumerable<T> | The source to parse. |
context |
RemoteContext | The context of the query. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |