ModificationCommandParameters.Comparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IComparer<T> for IUpdateEntry.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>? Comparer { get; init; }
public System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>? Comparer { get; init; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.Comparer : System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> with get, set
member this.Comparer : System.Collections.Generic.IComparer<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> with get, set
Public Property Comparer As IComparer(Of IUpdateEntry)
Property Value
- Attributes