Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.49 KB

File metadata and controls

38 lines (24 loc) · 1.49 KB

CustomQueryProvider<T> Constructors

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Providers > CustomQueryProvider > CustomQueryProvider(IQueryable sourceQuery)

Initializes a new instance of the CustomQueryProvider<T> class.

Overloads

Ctor Description
CustomQueryProvider(IQueryable sourceQuery) Initializes a new instance of the CustomQueryProvider<T> class.

CustomQueryProvider(IQueryable sourceQuery)

Initializes a new instance of the CustomQueryProvider<T> class.

public CustomQueryProvider(IQueryable sourceQuery)

Parameters

Parameter Type Description
sourceQuery IQueryable The query to snapshot.

Exceptions

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