CoreLoggerExtensions.RedundantIndexRemoved Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RedundantIndexRemoved(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyList<IPropertyBase>, IReadOnlyList<IPropertyBase>)
- Quelle:
- CoreLoggerExtensions.cs
- Quelle:
- CoreLoggerExtensions.cs
- Quelle:
- CoreLoggerExtensions.cs
Protokolle für das RedundantIndexRemoved Ereignis.
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))
Parameter
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Die zu verwendende Diagnose-Protokollierung.
- redundantIndex
- IReadOnlyList<IPropertyBase>
Der redundante Index.
- otherIndex
- IReadOnlyList<IPropertyBase>
Der andere Index.
Gilt für:
RedundantIndexRemoved(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyList<IReadOnlyPropertyBase>, IReadOnlyList<IReadOnlyPropertyBase>)
- Quelle:
- CoreLoggerExtensions.cs
- Quelle:
- CoreLoggerExtensions.cs
- Quelle:
- CoreLoggerExtensions.cs
- Quelle:
- CoreLoggerExtensions.cs
Protokolle für das RedundantIndexRemoved Ereignis.
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))
Parameter
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Die zu verwendende Diagnose-Protokollierung.
- redundantIndex
- IReadOnlyList<IReadOnlyPropertyBase>
Der redundante Index.
- otherIndex
- IReadOnlyList<IReadOnlyPropertyBase>
Der andere Index.