Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Queryable > RemoteContext > RemoteContext(Type context, PropertyInfo collection)
Initializes a new instance of the RemoteContext class with the type of the DbContext and the property info.
| Ctor | Description |
|---|---|
| RemoteContext(Type context, PropertyInfo collection) | Initializes a new instance of the RemoteContext class with the type of the DbContext and the property info. |
Initializes a new instance of the RemoteContext class with the type of the DbContext and the property info.
public RemoteContext(Type context, PropertyInfo collection)| Parameter | Type | Description |
|---|---|---|
context |
Type | The type of DbContext . |
collection |
PropertyInfo | The property for the DbSet . |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |