RelationalMethodCallTranslatorProviderDependencies.Plugins Property

Definition

Registered plugins.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorPlugin> Plugins { get; }
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorPlugin> Plugins { get; init; }
member this.Plugins : seq<Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorPlugin>
member this.Plugins : seq<Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorPlugin> with get, set
Public ReadOnly Property Plugins As IEnumerable(Of IMethodCallTranslatorPlugin)
Public Property Plugins As IEnumerable(Of IMethodCallTranslatorPlugin)

Property Value

Applies to