Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Extensions > ClientExtensions > ExecuteRemote
Use this to indicate you are about to run a remote query.
| Overload | Description |
|---|---|
| ExecuteRemote<T>(IQueryable<T> query) | Use this to indicate you are about to run a remote query. |
Use this to indicate you are about to run a remote query.
public static IRemoteQueryable<T> ExecuteRemote<T>(IQueryable<T> query)IRemoteQueryable<T> - The remote query.
| Parameter | Type | Description |
|---|---|---|
query |
IQueryable<T> | The query to run remotely. |
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown when query is null. |
| NullReferenceException | Thrown when query is not a remote query. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |