PropertyValues.Clone 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.
Creates a clone of the values in this object. Changes made to the new object will not be reflected in this object and vice versa.
public abstract Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues Clone ();
abstract member Clone : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues
Public MustOverride Function Clone () As PropertyValues
Returns
A clone of this object.
Remarks
See Accessing tracked entities in EF Core for more information and examples.
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