IEvaluatableExpressionFilterPlugin Interface

Definition

Represents a plugin evaluatable expression filter.

public interface IEvaluatableExpressionFilterPlugin
type IEvaluatableExpressionFilterPlugin = interface
Public Interface IEvaluatableExpressionFilterPlugin

Remarks

The service lifetime is Singleton and multiple registrations are allowed. This means a single instance of each service is used by many DbContext instances. The implementation must be thread-safe. This service cannot depend on services registered as Scoped.

See Implementation of database providers and extensions and How EF Core queries work for more information and examples.

Methods

IsEvaluatableExpression(Expression)

Checks whether the given expression can be evaluated.

Applies to