Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Queryable > DbClientContext
Provides a starting point for building remote queries.
public static class DbClientContext<TContext>
where TContext : DbContext| Parameter Name | Constraints | Description |
|---|---|---|
TContext |
DbContext | The DbContext the query is based on. |
Inheritance Object → DbClientContext<TContext>
| Method | Description |
|---|---|
| IQueryable<T> Queryable<T> Query<T>(Expression<Func<TContext, DbSet<T>>> template) | Creates a trackable query based on the DbContext reference. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |