IMutableProperty.SetValueComparer Method
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.
Overloads
SetValueComparer(Type) |
Sets the custom ValueComparer for this property. |
SetValueComparer(ValueComparer) |
Sets the custom ValueComparer for this property. |
SetValueComparer(Type)
- Source:
- IMutableProperty.cs
- Source:
- IMutableProperty.cs
- Source:
- IMutableProperty.cs
- Source:
- IMutableProperty.cs
Sets the custom ValueComparer for this property.
public void SetValueComparer (Type? comparerType);
abstract member SetValueComparer : Type -> unit
Public Sub SetValueComparer (comparerType As Type)
Parameters
- comparerType
- Type
A type that derives from ValueComparer, or null
to remove any previously set comparer.
Applies to
SetValueComparer(ValueComparer)
- Source:
- IMutableProperty.cs
- Source:
- IMutableProperty.cs
- Source:
- IMutableProperty.cs
- Source:
- IMutableProperty.cs
Sets the custom ValueComparer for this property.
public void SetValueComparer (Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer? comparer);
abstract member SetValueComparer : Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer -> unit
Public Sub SetValueComparer (comparer As ValueComparer)
Parameters
- comparer
- ValueComparer
The comparer, or null
to remove any previously set comparer.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework