Share via


RelationalMethodCallTranslatorProviderDependencies.Plugins Property

Definition

Registered plugins.

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

Property Value

Applies to