Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.02 KB

File metadata and controls

39 lines (25 loc) · 2.02 KB

RemoteQueryProvider<T> Constructors

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.

Overloads

Ctor Description
RemoteQueryProvider(IQueryable sourceQuery, RemoteContext remoteContext) Initializes a new instance of the RemoteQueryProvider<T> class.

RemoteQueryProvider(IQueryable sourceQuery, RemoteContext remoteContext)

Initializes a new instance of the RemoteQueryProvider<T> class.

public RemoteQueryProvider(IQueryable sourceQuery, RemoteContext remoteContext)

Parameters

Parameter Type Description
sourceQuery IQueryable The source query.
remoteContext RemoteContext The RemoteContext .

Exceptions

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