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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework