Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Providers > QuerySnapshotProvider > QuerySnapshotProvider(IQueryable sourceQuery)
Initializes a new instance of the QuerySnapshotProvider<T> class.
| Ctor | Description |
|---|---|
| QuerySnapshotProvider(IQueryable sourceQuery) | Initializes a new instance of the QuerySnapshotProvider<T> class. |
| QuerySnapshotProvider(IQueryable sourceQuery, IQuerySnapshot parent) | Initializes a new instance of the QuerySnapshotProvider<T> class. |
Initializes a new instance of the QuerySnapshotProvider<T> class.
public QuerySnapshotProvider(IQueryable sourceQuery)| Parameter | Type | Description |
|---|---|---|
sourceQuery |
IQueryable | The query to snapshot. |
Initializes a new instance of the QuerySnapshotProvider<T> class.
public QuerySnapshotProvider(IQueryable sourceQuery, IQuerySnapshot parent)| Parameter | Type | Description |
|---|---|---|
sourceQuery |
IQueryable | The query to snapshot. |
parent |
IQuerySnapshot | The parent that created this. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |