Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.66 KB

File metadata and controls

37 lines (23 loc) · 1.66 KB

ClientExtensions.AsRemoteQueryable Method

Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Extensions > ClientExtensions > AsRemoteQueryable

Takes an enumerable and builds a host for remote processing.

Overloads

Overload Description
AsRemoteQueryable<T>(IEnumerable<T> source, RemoteContext context) Takes an enumerable and builds a host for remote processing.

AsRemoteQueryable<T>(IEnumerable<T> source, RemoteContext context)

Takes an enumerable and builds a host for remote processing.

public static IQueryable<T> AsRemoteQueryable<T>(IEnumerable<T> source, RemoteContext context)

Return Type

IQueryable<T> - The RemoteQuery<T, TProvider> .

Parameters

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