CoreLoggerExtensions.RedundantIndexRemoved Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
RedundantIndexRemoved(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyList<IPropertyBase>, IReadOnlyList<IPropertyBase>)
Registra l'evento RedundantIndexRemoved .
public static void RedundantIndexRemoved (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> diagnostics, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> redundantIndex, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> otherIndex);
static member RedundantIndexRemoved : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> -> unit
<Extension()>
Public Sub RedundantIndexRemoved (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model), redundantIndex As IReadOnlyList(Of IPropertyBase), otherIndex As IReadOnlyList(Of IPropertyBase))
Parametri
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Logger di diagnostica da usare.
- redundantIndex
- IReadOnlyList<IPropertyBase>
Indice ridondante.
- otherIndex
- IReadOnlyList<IPropertyBase>
L'altro indice.
Si applica a
RedundantIndexRemoved(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyList<IReadOnlyPropertyBase>, IReadOnlyList<IReadOnlyPropertyBase>)
Registra l'evento RedundantIndexRemoved .
public static void RedundantIndexRemoved (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> diagnostics, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> redundantIndex, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> otherIndex);
static member RedundantIndexRemoved : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> -> unit
<Extension()>
Public Sub RedundantIndexRemoved (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model), redundantIndex As IReadOnlyList(Of IReadOnlyPropertyBase), otherIndex As IReadOnlyList(Of IReadOnlyPropertyBase))
Parametri
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Logger di diagnostica da usare.
- redundantIndex
- IReadOnlyList<IReadOnlyPropertyBase>
Indice ridondante.
- otherIndex
- IReadOnlyList<IReadOnlyPropertyBase>
L'altro indice.
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.