Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Providers > CustomQueryProvider > CustomQueryProvider(IQueryable sourceQuery)
Initializes a new instance of the CustomQueryProvider<T> class.
| Ctor | Description |
|---|---|
| CustomQueryProvider(IQueryable sourceQuery) | Initializes a new instance of the CustomQueryProvider<T> class. |
Initializes a new instance of the CustomQueryProvider<T> class.
public CustomQueryProvider(IQueryable sourceQuery)| Parameter | Type | Description |
|---|---|---|
sourceQuery |
IQueryable | The query to snapshot. |
| Exception | Description |
|---|---|
| ArgumentNullException | Throw when query is null. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |