Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Hosts > QueryHost<T, TProvider> > QueryHost(Expression expression, TProvider provider)
Initializes a new instance of the QueryHost<T, TProvider> class.
| Ctor | Description |
|---|---|
| QueryHost(Expression expression, TProvider provider) | Initializes a new instance of the QueryHost<T, TProvider> class. |
Initializes a new instance of the QueryHost<T, TProvider> class.
public QueryHost(Expression expression, TProvider provider)| Parameter | Type | Description |
|---|---|---|
expression |
Expression | The Expression . |
provider |
TProvider | The ICustomQueryProvider<T> . |
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown when expression or provider are null. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |