Table of Contents

Interface IAggregateMethodCallTranslatorPlugin

Namespace
Microsoft.EntityFrameworkCore.Query
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Represents plugin for IAggregateMethodCallTranslator.

public interface IAggregateMethodCallTranslatorPlugin

Remarks

The service lifetime is Scoped and multiple registrations are allowed. This means that each Microsoft.EntityFrameworkCore.DbContext instance will use its own set of instances of this service. The implementations may depend on other services registered with any lifetime. The implementations do not need to be thread-safe.

Properties

Translators

Gets the method call translators.

IEnumerable<IAggregateMethodCallTranslator> Translators { get; }

Property Value

IEnumerable<IAggregateMethodCallTranslator>