Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.63 KB

File metadata and controls

42 lines (27 loc) · 1.63 KB

QueryInterceptingProvider<T>.RegisterInterceptor Method

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Providers > QueryInterceptingProvider > RegisterInterceptor

Registers the transformation to apply.

Overloads

Overload Description
RegisterInterceptor(ExpressionTransformer transformation) Registers the transformation to apply.

RegisterInterceptor(ExpressionTransformer transformation)

Registers the transformation to apply.

public virtual Void RegisterInterceptor(ExpressionTransformer transformation)

Return Type

Void

Parameters

Parameter Type Description
transformation ExpressionTransformer A method that transforms an Expression .

Exceptions

Exception Description
ArgumentNullException Thrown when transformation is null.
InvalidOperationException Thrown when interceptor already registered.

Generated Copyright Version
02/22/2021 21:59:57 (c) Copyright 2020 Jeremy Likness. 0.9.7-beta