Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Queryable > RemoteQueryProvider > RemoteQueryProvider(IQueryable sourceQuery, RemoteContext remoteContext)
Initializes a new instance of the RemoteQueryProvider<T> class.
| Ctor | Description |
|---|---|
| RemoteQueryProvider(IQueryable sourceQuery, RemoteContext remoteContext) | Initializes a new instance of the RemoteQueryProvider<T> class. |
Initializes a new instance of the RemoteQueryProvider<T> class.
public RemoteQueryProvider(IQueryable sourceQuery, RemoteContext remoteContext)| Parameter | Type | Description |
|---|---|---|
sourceQuery |
IQueryable | The source query. |
remoteContext |
RemoteContext | The RemoteContext . |
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown when remote context is null. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |