Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.06 KB

File metadata and controls

36 lines (23 loc) · 2.06 KB

RemoteContext Constructors

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.

Overloads

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.

RemoteContext(Type context, PropertyInfo collection)

Initializes a new instance of the RemoteContext class with the type of the DbContext and the property info.

public RemoteContext(Type context, PropertyInfo collection)

Parameters

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