Share via


TypeMappingSourceDependencies.Plugins Property

Definition

Gets the plugins.

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

Property Value

Applies to